diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-06 20:10:58 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-06 20:10:58 +0000 |
commit | ea06cf32502c3c7b2a5eefa4421c85f7a3315ee3 (patch) | |
tree | 8fee8418704b2dd01955f336b90bd925f36d36dd /conf | |
parent | e3014f7b20b5df2843e3448c5327dda2641ddbdc (diff) | |
download | hercules-ea06cf32502c3c7b2a5eefa4421c85f7a3315ee3.tar.gz hercules-ea06cf32502c3c7b2a5eefa4421c85f7a3315ee3.tar.bz2 hercules-ea06cf32502c3c7b2a5eefa4421c85f7a3315ee3.tar.xz hercules-ea06cf32502c3c7b2a5eefa4421c85f7a3315ee3.zip |
Added new group permission as discussed with other developers "disable_commands_when_dead"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16751 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/msg_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index ef868001d..4c4000d14 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -1342,5 +1342,8 @@ 1391: You do not possess a cart to be removed 1392: Cart Added. +// atcommand.c::is_atcommand +1393: You can't use commands while dead. + //Custom translations import: conf/import/msg_conf.txt |