Implementing atcommand_disable_npc config (#4043)

This commit is contained in:
Sader Fawall
2019-03-29 09:32:07 +02:00
committed by Lemongrass3110
parent ed37a53360
commit c2abd6d1fe
6 changed files with 11 additions and 3 deletions

View File

@@ -8488,6 +8488,7 @@ static const struct _battle_data {
{ "mvp_exp_reward_message", &battle_config.mvp_exp_reward_message, 0, 0, 1, },
{ "can_damage_skill", &battle_config.can_damage_skill, 1, 0, BL_ALL, },
{ "atcommand_levelup_events", &battle_config.atcommand_levelup_events, 0, 0, 1, },
{ "atcommand_disable_npc", &battle_config.atcommand_disable_npc, 1, 0, 1, },
{ "block_account_in_same_party", &battle_config.block_account_in_same_party, 1, 0, 1, },
{ "tarotcard_equal_chance", &battle_config.tarotcard_equal_chance, 0, 0, 1, },
{ "change_party_leader_samemap", &battle_config.change_party_leader_samemap, 1, 0, 1, },