diff options
author | Haru <haru@dotalux.com> | 2019-10-18 12:28:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 12:28:22 +0200 |
commit | 54abf8a75cbc974b88865b0ba2927ae2f20159cd (patch) | |
tree | f348af2203db007d29513b9116ffc7e4b2622cbd /src/map/battle.h | |
parent | d026e28fd78f60dfa21da381f17f2a8cc9ae3d11 (diff) | |
parent | 992c977e23c3b2d38980e635379ed93da3b76d78 (diff) | |
download | hercules-54abf8a75cbc974b88865b0ba2927ae2f20159cd.tar.gz hercules-54abf8a75cbc974b88865b0ba2927ae2f20159cd.tar.bz2 hercules-54abf8a75cbc974b88865b0ba2927ae2f20159cd.tar.xz hercules-54abf8a75cbc974b88865b0ba2927ae2f20159cd.zip |
Merge pull request #2552 from kisuka/CastleDefenseRate
Removed jAthena 1082 legacy code related to Castle Defense Rate.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 4400d37d1..e9bc6b258 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -342,7 +342,6 @@ struct Battle_Config { int skill_removetrap_type; int disp_experience; int disp_zeny; - int castle_defense_rate; int backstab_bow_penalty; int hp_rate; int sp_rate; |