summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@users.noreply.github.com>2015-02-24 14:44:46 -0300
committershennetsind <shennetsind@users.noreply.github.com>2015-02-24 14:44:46 -0300
commit214eec8dc196b0eb8c85e4ae616942bd77075a96 (patch)
treed86261dd02bd434166f8ebf23511926b7d84deeb /src/map/battle.c
parent6b949190402e71d5c489f627da79eb5f51669b44 (diff)
parentad0dfc94fb7cd3c2f4099821b4b49153165a579f (diff)
downloadhercules-214eec8dc196b0eb8c85e4ae616942bd77075a96.tar.gz
hercules-214eec8dc196b0eb8c85e4ae616942bd77075a96.tar.bz2
hercules-214eec8dc196b0eb8c85e4ae616942bd77075a96.tar.xz
hercules-214eec8dc196b0eb8c85e4ae616942bd77075a96.zip
Merge pull request #463 from 4144/cellstack
Improve performance with many mobs in small area
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index d5f523208..b2ee9cf1d 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6725,9 +6725,10 @@ static const struct battle_data {
{ "bone_drop", &battle_config.bone_drop, 0, 0, 2, },
{ "buyer_name", &battle_config.buyer_name, 1, 0, 1, },
{ "skill_wall_check", &battle_config.skill_wall_check, 1, 0, 1, },
- { "official_cell_stack_limit", &battle_config.official_cell_stack_limit, 1, 1, 255, },
+ { "official_cell_stack_limit", &battle_config.official_cell_stack_limit, 1, 0, 255, },
{ "custom_cell_stack_limit", &battle_config.custom_cell_stack_limit, 1, 1, 255, },
{ "dancing_weaponswitch_fix", &battle_config.dancing_weaponswitch_fix, 1, 0, 1, },
+ { "check_occupied_cells", &battle_config.check_occupied_cells, 1, 0, 1, },
// eAthena additions
{ "item_logarithmic_drops", &battle_config.logarithmic_drops, 0, 0, 1, },