From 3b6289f16d9b1b473d36f1efcbf8500d6d58f23f Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 15 Apr 2013 21:38:49 -0300 Subject: Fixed Bug #7116 http://hercules.ws/board/tracker/issue-7116-close-close2-script-commands/ Signed-off-by: shennetsind --- npc/custom/breeder.txt | 2 +- npc/custom/healer.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/custom') 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 -- cgit v1.2.3-60-g2f50