diff options
author | shennetsind <ind@henn.et> | 2013-09-09 19:00:01 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-09-09 19:00:01 -0300 |
commit | df1952d3ecaa5708dbe12e6f32137243c6bfdacb (patch) | |
tree | 2f48f194e777d4a6829796aa03cb96d19c5f930d /src/map/battle.c | |
parent | 24ced6fcef1a95a2abd0c60b4fe90cbbc3aea268 (diff) | |
download | hercules-df1952d3ecaa5708dbe12e6f32137243c6bfdacb.tar.gz hercules-df1952d3ecaa5708dbe12e6f32137243c6bfdacb.tar.bz2 hercules-df1952d3ecaa5708dbe12e6f32137243c6bfdacb.tar.xz hercules-df1952d3ecaa5708dbe12e6f32137243c6bfdacb.zip |
Fixed Bug #7694
Implemented official guild notice behavior of re-displaying upon teleport, added conf/battle/guild.conf setting to modify this.
Special Thanks to kyeme, Frost.
http://hercules.ws/board/tracker/issue-7694-guild-notice/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 2a5e82e30..f64700f0c 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6501,6 +6501,7 @@ static const struct _battle_data { { "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, }, + { "guild_notice_changemap", &battle_config.guild_notice_changemap, 2, 0, 2, }, }; #ifndef STATS_OPT_OUT /** |