summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-19 13:23:42 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-19 13:23:42 +0000
commit41a81ad3cb89f25ebb5af3cd7cb67f25081b7bf0 (patch)
tree68ee9a17d03c488a7547cae8b51f8dc98e151bce /src/map/battle.c
parent4c5b768b6ac5a561e96b492d66d44042227fb856 (diff)
downloadhercules-41a81ad3cb89f25ebb5af3cd7cb67f25081b7bf0.tar.gz
hercules-41a81ad3cb89f25ebb5af3cd7cb67f25081b7bf0.tar.bz2
hercules-41a81ad3cb89f25ebb5af3cd7cb67f25081b7bf0.tar.xz
hercules-41a81ad3cb89f25ebb5af3cd7cb67f25081b7bf0.zip
* Fixed 'feature.conf' not getting loaded and a typo buying store feature setting name (follow up to r14713).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index aebb93d56..26348700b 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -4007,7 +4007,7 @@ static const struct _battle_data {
{ "client_reshuffle_dice", &battle_config.client_reshuffle_dice, 0, 0, 1, },
{ "client_sort_storage", &battle_config.client_sort_storage, 0, 0, 1, },
{ "gm_check_minlevel", &battle_config.gm_check_minlevel, 60, 0, 100, },
- { "feature_buying_store", &battle_config.feature_buying_store, 1, 0, 1, },
+ { "feature.buying_store", &battle_config.feature_buying_store, 1, 0, 1, },
// BattleGround Settings
{ "bg_update_interval", &battle_config.bg_update_interval, 1000, 100, INT_MAX, },
{ "bg_short_attack_damage_rate", &battle_config.bg_short_damage_rate, 80, 0, INT_MAX, },