소스 검색

BETA: Minor fix for quest Path Of The Orc Monk (415).
Reported by: Zoey76, volix

ivantotov 10 년 전
부모
커밋
4a8e952ec8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00415_PathOfTheOrcMonk/Q00415_PathOfTheOrcMonk.java

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00415_PathOfTheOrcMonk/Q00415_PathOfTheOrcMonk.java

@@ -263,7 +263,7 @@ public final class Q00415_PathOfTheOrcMonk extends Quest
 				}
 				case 1:
 				{
-					if ((npc.getVariables().getInt("Q00415__last_attacker") != attacker.getObjectId()) || !checkWeapon(attacker))
+					if ((npc.getVariables().getInt("Q00415_last_attacker") != attacker.getObjectId()) || !checkWeapon(attacker))
 					{
 						npc.setScriptValue(2);
 					}