Prechádzať zdrojové kódy

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

ivantotov 10 rokov pred
rodič
commit
4a8e952ec8

+ 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);
 					}