diff options
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 8a2b54f8b..f785023fe 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -434,7 +434,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 4_M_JOB_WIZARD,3,3,{ mes "for yourself?! I must smite"; mes "you now before you are"; mes "consumed by its darkness!"; - close; + close2; unitkill getcharid(CHAR_ID_ACCOUNT); end; } |