diff options
author | Haruna <haru@dotalux.com> | 2015-05-13 10:06:30 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-05-13 10:06:30 +0200 |
commit | cb4dd8bbe173597661c0a634b2ac2791de1cc077 (patch) | |
tree | 67c46300688123a46fb56c3a04aad51a23ac272d | |
parent | 03a46dc6a7155cbd723d5961e5c9e1cfea3e8edf (diff) | |
parent | c4fa2efbba0eb0426949ba9dc17943b87db85897 (diff) | |
download | hercules-cb4dd8bbe173597661c0a634b2ac2791de1cc077.tar.gz hercules-cb4dd8bbe173597661c0a634b2ac2791de1cc077.tar.bz2 hercules-cb4dd8bbe173597661c0a634b2ac2791de1cc077.tar.xz hercules-cb4dd8bbe173597661c0a634b2ac2791de1cc077.zip |
Merge pull request #514 from EPuncker/master
Changed close; into end; to try to fix bug 8666, since there is no di…
-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; } |