diff options
author | Haru <haru@dotalux.com> | 2014-10-31 16:54:47 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-31 16:54:47 +0100 |
commit | 9e9bea6f1b9f44cb365c1b520eead64d713e76fd (patch) | |
tree | 8e05a7ff899d14bff2ddc87c5ed90ee30af0cfd8 | |
parent | 5d24944d2b8d0a06f85bd440614f3c12bf37143f (diff) | |
download | hercules-9e9bea6f1b9f44cb365c1b520eead64d713e76fd.tar.gz hercules-9e9bea6f1b9f44cb365c1b520eead64d713e76fd.tar.bz2 hercules-9e9bea6f1b9f44cb365c1b520eead64d713e76fd.tar.xz hercules-9e9bea6f1b9f44cb365c1b520eead64d713e76fd.zip |
Follow-up to c6f102e (fixed a typo)
Special thanks to kyeme
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | npc/merchants/renters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index 255db3e62..3b6e6c28c 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -130,7 +130,7 @@ prontera,232,318,3 script Peco Peco Breeder#cru 8W_SOLDIER,{ close; } Zeny -= .@price; - setmount(MOUNT_NONE); + setmount(MOUNT_PECO); close; case 2: mes "[PecoPeco Breeder]"; |