summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r--npc/009-2_Hurnscald/wyara.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt
index 114f569b..cf56946a 100644
--- a/npc/009-2_Hurnscald/wyara.txt
+++ b/npc/009-2_Hurnscald/wyara.txt
@@ -14,7 +14,9 @@
set @STATUS_MAX, @STATUS_PURIFY_OVER;
// This operation works around an earlier possible corruption of this state
- if (@Q_status > @Q_STATUS_MAX)
+ 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;
callsub S_update_var;