diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-09 17:19:57 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-04-05 21:29:52 +0200 |
commit | ea24f8edd68edb71cb1ea2cee08979667e4f92e6 (patch) | |
tree | 29f49eebb39705fbb0f4b21f35bed9188f572577 /src/map/battle.h | |
parent | c1598fe112a6d28619c0db8f03c0346a196fd486 (diff) | |
download | hercules-ea24f8edd68edb71cb1ea2cee08979667e4f92e6.tar.gz hercules-ea24f8edd68edb71cb1ea2cee08979667e4f92e6.tar.bz2 hercules-ea24f8edd68edb71cb1ea2cee08979667e4f92e6.tar.xz hercules-ea24f8edd68edb71cb1ea2cee08979667e4f92e6.zip |
Add pet_catch_rate_official_formula battle flag
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index f923e6c99..bb907d5b9 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -212,6 +212,7 @@ 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; |