diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-30 13:30:51 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-30 13:30:51 -0700 |
commit | 0de5ecad9758520e3c5e3f2490decf8a5c2019dc (patch) | |
tree | 007e3ab4895093bca6806d86a34ac81a97235224 /world/map/db | |
parent | b2a807100e553eb8dc578ba3c6c89934bd52d5e0 (diff) | |
download | serverdata-0de5ecad9758520e3c5e3f2490decf8a5c2019dc.tar.gz serverdata-0de5ecad9758520e3c5e3f2490decf8a5c2019dc.tar.bz2 serverdata-0de5ecad9758520e3c5e3f2490decf8a5c2019dc.tar.xz serverdata-0de5ecad9758520e3c5e3f2490decf8a5c2019dc.zip |
Fix issues with the way the halloween quest was committed
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index d4c393bf..240507a7 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -3,7 +3,7 @@ // 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 0 +debug 1 // BEFORE UNCOMMENTING ANYTHING, TALK TO o11c! //MF_NOMEMO 0 |