diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-28 23:08:42 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-28 23:08:42 +0000 |
commit | c369d1fab6d576c203bbfea30cc619490fe865ce (patch) | |
tree | 34cc39bc8f33a89786e2a75b0e8fcb8ac5096958 /src/map/battle.c | |
parent | f5211cd347e39ea4c97c354006811cd251961687 (diff) | |
download | hercules-c369d1fab6d576c203bbfea30cc619490fe865ce.tar.gz hercules-c369d1fab6d576c203bbfea30cc619490fe865ce.tar.bz2 hercules-c369d1fab6d576c203bbfea30cc619490fe865ce.tar.xz hercules-c369d1fab6d576c203bbfea30cc619490fe865ce.zip |
* Added an option to re-roll the /dice emotion server-side, to prevent cheats during events (bugreport:4194).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14519 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 5c6da69e3..c810d4092 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4004,6 +4004,7 @@ static const struct _battle_data { { "invincible.nodamage", &battle_config.invincible_nodamage, 0, 0, 1, }, { "mob_slave_keep_target", &battle_config.mob_slave_keep_target, 0, 0, 1, }, { "autospell_check_range", &battle_config.autospell_check_range, 0, 0, 1, }, + { "client_reshuffle_dice", &battle_config.client_reshuffle_dice, 0, 0, 1, }, // BattleGround Settings { "bg_update_interval", &battle_config.bg_update_interval, 1000, 100, INT_MAX, }, { "bg_short_attack_damage_rate", &battle_config.bg_short_damage_rate, 80, 0, INT_MAX, }, |