summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-09 17:11:22 -0300
committershennetsind <ind@henn.et>2013-09-09 17:11:22 -0300
commitae850bdefd7d9ecfecdb20d6e5803896fad00dfd (patch)
treec807780003ffcffee62e5a5166f3a4bc948aff93 /src/map/battle.c
parent78c14e42231965f281090785170aac5c0c119a9a (diff)
downloadhercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.tar.gz
hercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.tar.bz2
hercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.tar.xz
hercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.zip
Fixed Bug #6626
Game client is currently broken on this feature, sending the request when the criteria doesn't match and not doing anything when it matches, I've restored the previous method to make the feature work once again, the message is configurable by conf/messages.conf and whether maxed characters can use it now a setting in conf/battle/player.conf http://hercules.ws/board/tracker/issue-6626-cant-prayer-guardian-angel-super-novice/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 4a31a9706..2a5e82e30 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6500,6 +6500,7 @@ static const struct _battle_data {
{ "gm_ignore_warpable_area", &battle_config.gm_ignore_warpable_area, 0, 2, 100, },
{ "packet_obfuscation", &battle_config.packet_obfuscation, 1, 0, 3, },
{ "client_accept_chatdori", &battle_config.client_accept_chatdori, 0, 0, INT_MAX, },
+ { "snovice_call_type", &battle_config.snovice_call_type, 0, 0, 1, },
};
#ifndef STATS_OPT_OUT
/**