diff options
author | Haru <haru@dotalux.com> | 2019-03-11 00:35:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 00:35:23 +0100 |
commit | af3bf18055ceae4b85df96f5fe66b9edc203351d (patch) | |
tree | 4ce0c3392084139e55a3aacaea7365f86b9c0697 /src/map/battle.h | |
parent | 69831adf32d57f4a47e27e965df03b7230238e0d (diff) | |
parent | e2db93490af67bb42a5611b3cb299770ff0131d7 (diff) | |
download | hercules-af3bf18055ceae4b85df96f5fe66b9edc203351d.tar.gz hercules-af3bf18055ceae4b85df96f5fe66b9edc203351d.tar.bz2 hercules-af3bf18055ceae4b85df96f5fe66b9edc203351d.tar.xz hercules-af3bf18055ceae4b85df96f5fe66b9edc203351d.zip |
Merge pull request #2034 from EyesOfAHawk/magic_rod
Adds configuration for Magic Rod behavior (official/eAthena).
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index d2fd92450..c797e665a 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -576,6 +576,8 @@ struct Battle_Config { int min_item_sell_price; int display_fake_hp_when_dead; + + int magicrod_type; }; /* criteria for battle_config.idletime_critera */ |