summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-15 05:26:52 +0100
committerHaru <haru@dotalux.com>2020-04-05 21:20:35 +0200
commit745dc5a2e2e32359e3a78cdac412e93b4ad940b5 (patch)
tree1329cd162090140adac4324c0f34ff3bdd96e779 /src/map/battle.c
parent7b33fb29e0b5014e9765ef091c6c27911c2ea636 (diff)
downloadhercules-745dc5a2e2e32359e3a78cdac412e93b4ad940b5.tar.gz
hercules-745dc5a2e2e32359e3a78cdac412e93b4ad940b5.tar.bz2
hercules-745dc5a2e2e32359e3a78cdac412e93b4ad940b5.tar.xz
hercules-745dc5a2e2e32359e3a78cdac412e93b4ad940b5.zip
Remove pet_equip_min_friendly config setting
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 7b3a4cbe2..99fd2ab8c 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7093,7 +7093,6 @@ static const struct battle_data {
{ "pet_attack_support", &battle_config.pet_attack_support, 0, 0, 1, },
{ "pet_damage_support", &battle_config.pet_damage_support, 0, 0, 1, },
{ "pet_support_min_friendly", &battle_config.pet_support_min_friendly, 900, 0, 950, },
- { "pet_equip_min_friendly", &battle_config.pet_equip_min_friendly, 900, 0, 950, },
{ "pet_support_rate", &battle_config.pet_support_rate, 100, 0, INT_MAX, },
{ "pet_attack_exp_to_master", &battle_config.pet_attack_exp_to_master, 0, 0, 1, },
{ "pet_attack_exp_rate", &battle_config.pet_attack_exp_rate, 100, 0, INT_MAX, },