summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-21 19:09:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-23 23:36:19 +0300
commitad0dfc94fb7cd3c2f4099821b4b49153165a579f (patch)
treed86261dd02bd434166f8ebf23511926b7d84deeb /src/map/battle.c
parent4e681ce12a3f9574c33dc1e11ca8665e8f04e8a0 (diff)
downloadhercules-ad0dfc94fb7cd3c2f4099821b4b49153165a579f.tar.gz
hercules-ad0dfc94fb7cd3c2f4099821b4b49153165a579f.tar.bz2
hercules-ad0dfc94fb7cd3c2f4099821b4b49153165a579f.tar.xz
hercules-ad0dfc94fb7cd3c2f4099821b4b49153165a579f.zip
Add battle config option check_occupied_cells.
If set check_occupied_cells to 0 it will allow walk to occupied cells And it heavy reduce CPU usage on walking.
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index f5357f94a..b2ee9cf1d 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6728,6 +6728,7 @@ static const struct battle_data {
{ "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, },