diff options
-rw-r--r-- | npc/018-5-5/ivanize.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/018-5-5/ivanize.txt b/npc/018-5-5/ivanize.txt index ee0712a49..9d8b54820 100644 --- a/npc/018-5-5/ivanize.txt +++ b/npc/018-5-5/ivanize.txt @@ -5,12 +5,13 @@ // Description: // Evil Fairy -018-5-5,29,38,0 script Ivanize NPC_FAIRY_A,{ +018-5-5,29,38,0 script Ivanize NPC_FAIRY_C,{ function ivanizeBusy; if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!"); .@q = getq(LilitQuest_Ivanize); if (BaseLevel < 50) ivanizeBusy(); if (.@q == 0) goto L_FirstTime; + if (.@q > 0) goto L_Exchange; ivanizeBusy(); end; |