diff options
author | Ridley <ridley8819@gmail.com> | 2016-10-18 16:23:17 +0200 |
---|---|---|
committer | Ridley <ridley8819@gmail.com> | 2016-10-18 16:23:17 +0200 |
commit | d8441a3522797a25b5bcc46d6e5b38adebd0a70b (patch) | |
tree | a048792f363a8054ca38df1be007d0098494d90b | |
parent | 3e4e6c743dc331c4233cc55344a042e0ec557bc1 (diff) | |
download | hercules-d8441a3522797a25b5bcc46d6e5b38adebd0a70b.tar.gz hercules-d8441a3522797a25b5bcc46d6e5b38adebd0a70b.tar.bz2 hercules-d8441a3522797a25b5bcc46d6e5b38adebd0a70b.tar.xz hercules-d8441a3522797a25b5bcc46d6e5b38adebd0a70b.zip |
close2 in eye_of_hellion.txt
followup 2f06704ee
introduced in 6006bca05 when the script was rewritten.
-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; } |