diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-21 19:21:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-21 19:21:20 +0300 |
commit | 080f75aabf95fc126f13238def9e012f0017dc82 (patch) | |
tree | acad3917657dbe3de8ad552afb9b6489a8c6a59f /conf/battle/misc.conf | |
parent | 55d666d84278e1c55147a5207f22a05c8a2d68f7 (diff) | |
download | serverdata-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/battle/misc.conf')
-rw-r--r-- | conf/battle/misc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index b9aaa2356..dc83fb7aa 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? |