From 5c8c4085e746341f2273aaa67c481621a8276e4a Mon Sep 17 00:00:00 2001 From: xazax-hun Date: Thu, 3 May 2012 19:35:17 +0000 Subject: * Implemented an atcommand suggestion system. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.c') 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 }, }; -- cgit v1.2.3-70-g09d2