diff options
author | Haru <haru@dotalux.com> | 2018-04-08 19:58:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 19:58:28 +0200 |
commit | 86ca30e4d6140479f66d8d9f75d3f8157b561815 (patch) | |
tree | a24b9e26dcf292f9de0b3a64ef3aa5ab4ff02e35 /src/map/battle.h | |
parent | 3a067ed5b4e57e6a5f2570421392e2add23947a7 (diff) | |
parent | 402a20fbba16a9ba320db0e470dbaf0f62c3b90d (diff) | |
download | hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.tar.gz hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.tar.bz2 hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.tar.xz hercules-86ca30e4d6140479f66d8d9f75d3f8157b561815.zip |
Merge pull request #2001 from guilherme-gm/tombspawn
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 3236bfe0f..998c0b011 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; |