diff options
author | Evil Puncker <gm.perflex@gmail.com> | 2015-05-13 01:56:56 -0300 |
---|---|---|
committer | Evil Puncker <gm.perflex@gmail.com> | 2015-05-13 01:56:56 -0300 |
commit | c4fa2efbba0eb0426949ba9dc17943b87db85897 (patch) | |
tree | 67c46300688123a46fb56c3a04aad51a23ac272d /npc | |
parent | 03a46dc6a7155cbd723d5961e5c9e1cfea3e8edf (diff) | |
download | hercules-c4fa2efbba0eb0426949ba9dc17943b87db85897.tar.gz hercules-c4fa2efbba0eb0426949ba9dc17943b87db85897.tar.bz2 hercules-c4fa2efbba0eb0426949ba9dc17943b87db85897.tar.xz hercules-c4fa2efbba0eb0426949ba9dc17943b87db85897.zip |
Changed close; into end; to try to fix bug 8666, since there is no dialogue window a close; is not needed
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/healer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt index 59d67b083..530f5301f 100644 --- a/npc/custom/healer.txt +++ b/npc/custom/healer.txt @@ -31,7 +31,7 @@ specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) @HD = gettimetick(2)+.@Delay; - close; + end; } |