summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorEvil Puncker <gm.perflex@gmail.com>2015-05-13 01:56:56 -0300
committerEvil Puncker <gm.perflex@gmail.com>2015-05-13 01:56:56 -0300
commitc4fa2efbba0eb0426949ba9dc17943b87db85897 (patch)
tree67c46300688123a46fb56c3a04aad51a23ac272d /npc/custom
parent03a46dc6a7155cbd723d5961e5c9e1cfea3e8edf (diff)
downloadhercules-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/custom')
-rw-r--r--npc/custom/healer.txt2
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;
}