From 644eb90e7395c75d50992f7690c1542aadd58370 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sun, 31 Oct 2010 14:22:09 +0100 Subject: fix in L_Update_Var in nicholas adding a missing @ --- npc/009-2_Hurnscald/nicholas.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/009-2_Hurnscald/nicholas.txt') diff --git a/npc/009-2_Hurnscald/nicholas.txt b/npc/009-2_Hurnscald/nicholas.txt index fccafbce..d3767a97 100644 --- a/npc/009-2_Hurnscald/nicholas.txt +++ b/npc/009-2_Hurnscald/nicholas.txt @@ -388,7 +388,7 @@ L_Done: L_Update_Var: set QUEST_Forestbow_state, - (QUEST_Forestbow_state & ~(@Q_SHIELD_MASK | Q_SETZER_MASK) + (QUEST_Forestbow_state & ~(@Q_SHIELD_MASK | @Q_SETZER_MASK) | (@Q_SHIELD_status << @Q_SHIELD_SHIFT) | (@Q_SETZER_status << @Q_SETZER_SHIFT)); return; -- cgit v1.2.3-70-g09d2