diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/009-2/wyara.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/009-2/wyara.txt b/world/map/npc/009-2/wyara.txt index 9815dfd6..cef03385 100644 --- a/world/map/npc/009-2/wyara.txt +++ b/world/map/npc/009-2/wyara.txt @@ -19,8 +19,9 @@ // This operation works around an earlier possible corruption of this state if (@Q_status > @STATUS_MAX) - set @Q_status, @STATUS_INITIAL; - if ((@Q_status == @STATUS_PURIFY_OVER) && (getskilllv(SKILL_MAGIC_NATURE) < 2)) set @Q_status, @STATUS_INITIAL; + set @Q_status, @STATUS_INITIAL; + if ((@Q_status == @STATUS_PURIFY_OVER) && (getskilllv(SKILL_MAGIC_NATURE) < 2)) + set @Q_status, @STATUS_INITIAL; callsub S_update_var; set @has_magic, getskilllv(SKILL_MAGIC); |