summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-04-05 23:10:48 +0200
committerGitHub <noreply@github.com>2020-04-05 23:10:48 +0200
commitc7ad2580c502dfed6d4fe34907758cd93ddfded3 (patch)
tree6fe8bab9014587acbc09bf0750afabee840c6199 /src/map/battle.h
parentb996ad73974b282a15db217fcbac5f284be3fdd5 (diff)
parentfb0e6a0172124df95ce32d6ad0b3b4cb85747f6d (diff)
downloadhercules-c7ad2580c502dfed6d4fe34907758cd93ddfded3.tar.gz
hercules-c7ad2580c502dfed6d4fe34907758cd93ddfded3.tar.bz2
hercules-c7ad2580c502dfed6d4fe34907758cd93ddfded3.tar.xz
hercules-c7ad2580c502dfed6d4fe34907758cd93ddfded3.zip
Merge pull request #2600 from Kenpachi2k13/issue#2434
Preparation for upcoming pet DB update.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 2e710f7f8..bb907d5b9 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -212,16 +212,15 @@ struct Battle_Config {
int guild_aura;
int pc_invincible_time;
+ int pet_catch_rate_official_formula;
int pet_catch_rate;
int pet_rename;
int pet_friendly_rate;
int pet_hungry_delay_rate;
- int pet_hungry_friendly_decrease;
int pet_status_support;
int pet_attack_support;
int pet_damage_support;
int pet_support_min_friendly; //[Skotlex]
- int pet_equip_min_friendly;
int pet_support_rate;
int pet_attack_exp_to_master;
int pet_attack_exp_rate;