diff options
Diffstat (limited to 'npc/custom/breeder.txt')
-rw-r--r-- | npc/custom/breeder.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt index de4460cd3..bf7c34592 100644 --- a/npc/custom/breeder.txt +++ b/npc/custom/breeder.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Universal Rental NPC //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= One-click automatic mount rentals. //============================================================ @@ -34,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; } //============================================================ |