diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-28 18:16:09 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-30 13:12:15 -0800 |
commit | 447f80120e31b97abb935e38bc2fee9e0ec9809e (patch) | |
tree | f6dc5c8f32133d0e4f20a508fbe9c208963bbbe8 /world/map/db | |
parent | 3158c6cc0ef331a8dfa49745af3652c5e273ea5b (diff) | |
download | serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.tar.gz serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.tar.bz2 serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.tar.xz serverdata-447f80120e31b97abb935e38bc2fee9e0ec9809e.zip |
Take advantage of the new split config system
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const-debugflag.txt.example | 6 | ||||
-rw-r--r-- | world/map/db/const.txt | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/world/map/db/const-debugflag.txt.example b/world/map/db/const-debugflag.txt.example new file mode 100644 index 00000000..1e5bf8f4 --- /dev/null +++ b/world/map/db/const-debugflag.txt.example @@ -0,0 +1,6 @@ +// Constants usable in scripts. + +// 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 diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 2363a1a2..7001cce1 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -1,9 +1,4 @@ // Constants usable in scripts. -// 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 // BEFORE UNCOMMENTING ANYTHING, TALK TO o11c! //MF_NOMEMO 0 |