summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-21 19:21:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-21 19:21:20 +0300
commit080f75aabf95fc126f13238def9e012f0017dc82 (patch)
treeacad3917657dbe3de8ad552afb9b6489a8c6a59f /conf
parent55d666d84278e1c55147a5207f22a05c8a2d68f7 (diff)
downloadserverdata-080f75aabf95fc126f13238def9e012f0017dc82.tar.gz
serverdata-080f75aabf95fc126f13238def9e012f0017dc82.tar.bz2
serverdata-080f75aabf95fc126f13238def9e012f0017dc82.tar.xz
serverdata-080f75aabf95fc126f13238def9e012f0017dc82.zip
For reduce CPU usage while walking set official_cell_stack_limit to 0.
It disable stack limit checks.
Diffstat (limited to 'conf')
-rw-r--r--conf/battle/misc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf
index b9aaa235..dc83fb7a 100644
--- a/conf/battle/misc.conf
+++ b/conf/battle/misc.conf
@@ -87,7 +87,7 @@ duel_only_on_same_map: no
// Custom - This variation will make every full cell to be considered a wall.
// NOTE: For this setting to take effect you have to use a server compiled
// with Cell Stack Limit support (see src/map/map.h)
-official_cell_stack_limit: 1
+official_cell_stack_limit: 0
custom_cell_stack_limit: 1
// Allow autotrade only in map with autotrade flag?