diff options
author | panikon <panikon@zoho.com> | 2014-07-09 07:56:38 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-07-09 07:56:38 -0300 |
commit | ec51176326c6028630835538db67826281d34ffe (patch) | |
tree | 684b3693638c048a14441c786b37cdb0bdcc2588 /conf/messages.conf | |
parent | 660d7ebdfa98ec4c0379143d00d14443823d41fc (diff) | |
download | hercules-ec51176326c6028630835538db67826281d34ffe.tar.gz hercules-ec51176326c6028630835538db67826281d34ffe.tar.bz2 hercules-ec51176326c6028630835538db67826281d34ffe.tar.xz hercules-ec51176326c6028630835538db67826281d34ffe.zip |
Fixed issue with [AT]mount, it wasn't displaying the expected messages, all errors would simply display "You can not mount a Peco Peco with your current job.", now it's displaying a different message for each possible error
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index d3c3bf61d..d9d4e9411 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -210,9 +210,10 @@ 208: '%s' skill and stat points have been reset. //209-211 FREE 212: Cannot mount while in disguise. -213: You can not mount a Peco Peco with your current job. +213: You need %s to mount! 214: You have released your Peco Peco. -//215-218 FREE +215: Your class can't mount! +//216-218 FREE 219: %d day 220: %d days 221: %d hour |