summaryrefslogtreecommitdiff
path: root/src/map/battle.h
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.h
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.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index ddd98ec69..233c325cf 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -384,6 +384,7 @@ struct Battle_Config {
int skill_wall_check; // [Skotlex]
int official_cell_stack_limit; // [Playtester]
int custom_cell_stack_limit; // [Skotlex]
+ int check_occupied_cells; // [4144]
int skill_caster_check; // [Skotlex]
int sc_castcancel; // [Skotlex]
int pc_sc_def_rate; // [Skotlex]