diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/breeder.txt | 2 | ||||
-rw-r--r-- | npc/custom/healer.txt | 2 |
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 |