Skip to content
Snippets Groups Projects
Commit 4a8e952e authored by ivantotov's avatar ivantotov
Browse files

BETA: Minor fix for quest Path Of The Orc Monk (415).

Reported by: Zoey76, volix
parent 05693c98
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment