diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-03-28 16:23:26 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-04-08 10:17:46 -0300 |
commit | 402a20fbba16a9ba320db0e470dbaf0f62c3b90d (patch) | |
tree | a647d51492221a0e9caa31e5b532ad23bc15e9bd /src/map/battle.h | |
parent | 38527550c17241e1c905f8077f6589413091087e (diff) | |
download | hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.gz hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.bz2 hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.xz hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.zip |
Added delay to tomb spawn
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 8b7fea29f..9eb7557f8 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -490,6 +490,7 @@ struct Battle_Config { int vcast_stat_scale; int mvp_tomb_enabled; + int mvp_tomb_spawn_delay; int atcommand_suggestions_enabled; int min_npc_vendchat_distance; |