From 4a8e952ec854a927ca4bf0c3458aca7e38c0fa07 Mon Sep 17 00:00:00 2001
From: ivantotov <gmtotov@gmail.com>
Date: Sun, 12 Oct 2014 18:51:47 +0000
Subject: [PATCH] BETA: Minor fix for quest Path Of The Orc Monk (415).
 Reported by: Zoey76, volix

---
 .../quests/Q00415_PathOfTheOrcMonk/Q00415_PathOfTheOrcMonk.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00415_PathOfTheOrcMonk/Q00415_PathOfTheOrcMonk.java b/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00415_PathOfTheOrcMonk/Q00415_PathOfTheOrcMonk.java
index 69c75eab9a..312fdf80c7 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q00415_PathOfTheOrcMonk/Q00415_PathOfTheOrcMonk.java
+++ b/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);
 					}
-- 
GitLab