summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-15 21:38:49 -0300
committershennetsind <ind@henn.et>2013-04-15 21:38:49 -0300
commit3b6289f16d9b1b473d36f1efcbf8500d6d58f23f (patch)
tree90ca9c4575736c961eca8c7c58d1c0a5a8141fce /npc
parent83291734c96cdb4c337ef1b8fac5321bcaf86815 (diff)
downloadhercules-3b6289f16d9b1b473d36f1efcbf8500d6d58f23f.tar.gz
hercules-3b6289f16d9b1b473d36f1efcbf8500d6d58f23f.tar.bz2
hercules-3b6289f16d9b1b473d36f1efcbf8500d6d58f23f.tar.xz
hercules-3b6289f16d9b1b473d36f1efcbf8500d6d58f23f.zip
Fixed Bug #7116
http://hercules.ws/board/tracker/issue-7116-close-close2-script-commands/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'npc')
-rw-r--r--npc/custom/breeder.txt2
-rw-r--r--npc/custom/healer.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt
index a4452db68..bf7c34592 100644
--- a/npc/custom/breeder.txt
+++ b/npc/custom/breeder.txt
@@ -32,7 +32,7 @@ prontera,124,201,1 script Universal Rental NPC 726,{
message strcharinfo(0),"You do not meet requirements to rent.";
close; }
specialeffect2 EF_TEIHIT3;
- close;
+ end;
}
//============================================================
diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt
index ab7eb9f55..5533330cd 100644
--- a/npc/custom/healer.txt
+++ b/npc/custom/healer.txt
@@ -30,7 +30,7 @@
specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
}
if (.@Delay) set @HD, gettimetick(2)+.@Delay;
- close;
+ end;
}
alberta,25,240,6 duplicate(Healer) Healer#alb 909