diff options
Diffstat (limited to 'npc/custom/breeder.txt')
-rw-r--r-- | npc/custom/breeder.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/breeder.txt b/npc/custom/breeder.txt index 0222f5b3a..af4a740b4 100644 --- a/npc/custom/breeder.txt +++ b/npc/custom/breeder.txt @@ -11,7 +11,7 @@ //============================================================ prontera,124,201,1 script Universal Rental NPC 4_F_JOB_BLACKSMITH,{ - if (ismounting()) { + if (hascashmount()) { message strcharinfo(0),"You must first remove your mount."; end; } |