diff options
Diffstat (limited to 'world/map/npc/001-1/elanore.txt')
-rw-r--r-- | world/map/npc/001-1/elanore.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/world/map/npc/001-1/elanore.txt b/world/map/npc/001-1/elanore.txt index 94631d2f..ce330f8a 100644 --- a/world/map/npc/001-1/elanore.txt +++ b/world/map/npc/001-1/elanore.txt @@ -1,6 +1,6 @@ // -function|script|ElanoreFix|, +function|script|ElanoreFix { set @Q_MASK, NIBBLE_1_MASK; set @Q_SHIFT, NIBBLE_1_SHIFT; @@ -17,7 +17,7 @@ function|script|ElanoreFix|, return; } -001-1.gat,58,68,0|script|Elanore#_M|108, +001-1.gat,58,68,0|script|Elanore#_M|108 { set @has_magic, getskilllv(SKILL_MAGIC); @@ -614,8 +614,6 @@ L_Close: close; S_update_var: - set QUEST_MAGIC2, - (QUEST_MAGIC2 & ~(@Q_MASK) - | (@Q_status << @Q_SHIFT)); + set QUEST_MAGIC2, (QUEST_MAGIC2 & ~(@Q_MASK) | (@Q_status << @Q_SHIFT)); return; } |