|
@@ -4007,7 +4007,7 @@ static const struct _battle_data {
|
|
{ "client_reshuffle_dice", &battle_config.client_reshuffle_dice, 0, 0, 1, },
|
|
{ "client_reshuffle_dice", &battle_config.client_reshuffle_dice, 0, 0, 1, },
|
|
{ "client_sort_storage", &battle_config.client_sort_storage, 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, },
|
|
{ "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
|
|
// BattleGround Settings
|
|
{ "bg_update_interval", &battle_config.bg_update_interval, 1000, 100, INT_MAX, },
|
|
{ "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, },
|
|
{ "bg_short_attack_damage_rate", &battle_config.bg_short_damage_rate, 80, 0, INT_MAX, },
|