diff options
Diffstat (limited to 'npc/custom/breeder.txt')
-rw-r--r-- | npc/custom/breeder.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt index fc4ebbafa..3eef8af0a 100644 --- a/npc/custom/breeder.txt +++ b/npc/custom/breeder.txt @@ -10,7 +10,7 @@ //= Fixed 'close' issues. [Joseph] //============================================================ -prontera,124,201,1 script Universal Rental NPC 726,{ +prontera,124,201,1 script Universal Rental NPC 4_F_JOB_BLACKSMITH,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; @@ -48,9 +48,9 @@ prontera,124,201,1 script Universal Rental NPC 726,{ end; } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ //= A Free PecoPeco and Falcon Breeder //= 1.1 FIXED checkriding/cart/falcon funcs [Lupus] //= 1.2 Added Rebirth/Advanced Class support [Mass Zero] |