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/battle | |
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/battle')
-rw-r--r-- | conf/battle/misc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index 9814a2140..d2fc61430 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -116,3 +116,7 @@ cashshop_show_points: no // 1 = Yes // 2 = Yes, when there are unread mails mail_show_status: 0 + +// Is monster transformation disabled during Guild Wars? +// If set to yes, monster transforming is automatically removed/disabled when entering castles during WoE times +mon_trans_disable_in_gvg: no |