diff options
author | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 14:00:23 +0000 |
---|---|---|
committer | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 14:00:23 +0000 |
commit | 7475d4859a56a988fc36372a277c0c007d0123a5 (patch) | |
tree | 34cab3771144109052aeb96ed6c64779d354663b /src/map/battle.c | |
parent | 8877d3c6dcd9dbd203fd72924b60f3dcf448e5e9 (diff) | |
download | hercules-7475d4859a56a988fc36372a277c0c007d0123a5.tar.gz hercules-7475d4859a56a988fc36372a277c0c007d0123a5.tar.bz2 hercules-7475d4859a56a988fc36372a277c0c007d0123a5.tar.xz hercules-7475d4859a56a988fc36372a277c0c007d0123a5.zip |
Added mvp tomb system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 86297f271..cb470f938 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -5209,6 +5209,7 @@ static const struct _battle_data { { "max_baby_third_parameter", &battle_config.max_baby_third_parameter, 108, 10, 10000, }, { "atcommand_max_stat_bypass", &battle_config.atcommand_max_stat_bypass, 0, 0, 100, }, { "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 100 }, + { "mvp_tomb_enabled", &battle_config.mvp_tomb_enabled, 1, 0, 1 }, }; |