diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-06-26 12:53:44 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-06-26 12:54:38 -0700 |
commit | 9018aee73b120bd9c5c414abcb5af6da4c7b1bea (patch) | |
tree | 354367ca9bddda093b2a1292c7709b3a3fcbaa3c /world/map/db/const.txt | |
parent | d581987b1145cd7f0c9704ad10a526f03c87debc (diff) | |
download | serverdata-9018aee73b120bd9c5c414abcb5af6da4c7b1bea.tar.gz serverdata-9018aee73b120bd9c5c414abcb5af6da4c7b1bea.tar.bz2 serverdata-9018aee73b120bd9c5c414abcb5af6da4c7b1bea.tar.xz serverdata-9018aee73b120bd9c5c414abcb5af6da4c7b1bea.zip |
Add an option to disable global timers for debugging
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index b715d0f9..cc604257 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -1,5 +1,7 @@ // Constants usable in scripts. -// This constant is used to define whether unreleased items are equippable. This defaults to on, but should be disabled on the official server. +// This constant is used to define whether unreleased items are equippable. +// This defaults to 1, but should be disabled on the official server. +// If set to 2 or higher, it also disables global timers to aid gdb'ing. debug 1 |