summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-03 19:35:17 +0000
committerxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-03 19:35:17 +0000
commit5c8c4085e746341f2273aaa67c481621a8276e4a (patch)
treeaa79ce27f3cabe79683a490424ada91fecde8dc3 /src/map/battle.c
parent833c646ee7b1c67e8a4ec03ef2c83cf89805063c (diff)
downloadhercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.gz
hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.bz2
hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.tar.xz
hercules-5c8c4085e746341f2273aaa67c481621a8276e4a.zip
* Implemented an atcommand suggestion system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 b14bb6f33..5f327803c 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -5269,6 +5269,7 @@ static const struct _battle_data {
{ "atcommand_max_stat_bypass", &battle_config.atcommand_max_stat_bypass, 0, 0, 100, },
{ "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 100 },
{ "mvp_tomb_enabled", &battle_config.mvp_tomb_enabled, 1, 0, 1 },
+ { "feature.atcommand_suggestions", &battle_config.atcommand_suggestions_enabled, 0, 0, 1 },
};