diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-10-31 14:22:09 +0100 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-31 14:38:55 +0100 |
commit | 644eb90e7395c75d50992f7690c1542aadd58370 (patch) | |
tree | b5d733f26d457f2b6cf2aed90cfefcb16c71e5dc | |
parent | 25483c444e2ae03e4b120ded937f03d5200d760c (diff) | |
download | serverdata-644eb90e7395c75d50992f7690c1542aadd58370.tar.gz serverdata-644eb90e7395c75d50992f7690c1542aadd58370.tar.bz2 serverdata-644eb90e7395c75d50992f7690c1542aadd58370.tar.xz serverdata-644eb90e7395c75d50992f7690c1542aadd58370.zip |
fix in L_Update_Var in nicholas
adding a missing @
-rw-r--r-- | npc/009-2_Hurnscald/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |