diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-06 19:46:25 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-06 19:46:25 +0000 |
commit | bd62cbc13d98a977008f42ea6583a33c99516c6b (patch) | |
tree | 616f88d262f84ab26bc811b30c6cf44782b0331c /conf/msg_athena.conf | |
parent | ea58a7cf0ed8f34fd75dbaa11d3c3d7dd2d9012c (diff) | |
download | hercules-bd62cbc13d98a977008f42ea6583a33c99516c6b.tar.gz hercules-bd62cbc13d98a977008f42ea6583a33c99516c6b.tar.bz2 hercules-bd62cbc13d98a977008f42ea6583a33c99516c6b.tar.xz hercules-bd62cbc13d98a977008f42ea6583a33c99516c6b.zip |
Added @cart as per discussion in tid:70389 (mostly greatly helpful for debugging), after some developer discussion we've decided to make @newmount a permanent command, we however decided to rename it so that if newer mounts are available it doesn't confuse anyone: @mount2.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16749 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/msg_athena.conf')
-rw-r--r-- | conf/msg_athena.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index 86bc46488..ef868001d 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -1337,5 +1337,10 @@ 1388: Charcommand failed (usage: %c<command> <char name> <parameters>). 1389: %s failed. Player not found. +// @cart +1390: Unknown Cart (usage: %s <0-%d>). +1391: You do not possess a cart to be removed +1392: Cart Added. + //Custom translations import: conf/import/msg_conf.txt |