diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-23 11:12:36 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-04-24 12:59:02 +0200 |
commit | e6c0203a6da6930d9c4a2b762190cd0428e106ca (patch) | |
tree | b870735968c8898b614fca5339e12a375465a973 /src/map/battle.h | |
parent | ab31b1129b0015559137509e0c3099386f1a69ee (diff) | |
download | hercules-e6c0203a6da6930d9c4a2b762190cd0428e106ca.tar.gz hercules-e6c0203a6da6930d9c4a2b762190cd0428e106ca.tar.bz2 hercules-e6c0203a6da6930d9c4a2b762190cd0428e106ca.tar.xz hercules-e6c0203a6da6930d9c4a2b762190cd0428e106ca.zip |
Removed hard coded values on @cashmount and setcashmount.
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 b5846e457..d582f3c92 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -554,6 +554,7 @@ struct Battle_Config { int mob_eye_range_bonus; //Vulture's Eye and Snake's Eye range bonus int prevent_logout_trigger; + int boarding_halter_speed; }; /* criteria for battle_config.idletime_critera */ |