diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-10-16 03:11:25 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-10-16 03:11:25 +0800 |
commit | 9692bc034537693d331148ae8bd15153265c6cf0 (patch) | |
tree | 274e4f14e69802e5bfd59976f3a7bf7649f98ab8 /conf/messages.conf | |
parent | 3e58e470d0bfc5e615246ef6a7ffff6a1190e0c9 (diff) | |
download | hercules-9692bc034537693d331148ae8bd15153265c6cf0.tar.gz hercules-9692bc034537693d331148ae8bd15153265c6cf0.tar.bz2 hercules-9692bc034537693d331148ae8bd15153265c6cf0.tar.xz hercules-9692bc034537693d331148ae8bd15153265c6cf0.zip |
Fixed Bug#7374
-Hercules now fully support Monster Transformation.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index 4a08c0893..3a16d8054 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1526,5 +1526,11 @@ //src/map/atcommand.c::ACMD(auction) 1484: Auction is disabled +//Monster Transformation +1485: Traaaansformation-!! %s form!! +1486: Cannot transform into monster while in disguise. +1487: Character cannot be disguised while in monster form. +1488: Transforming into monster is not allowed in Guild Wars. + //Custom translations import: conf/import/msg_conf.txt |