diff options
author | MadCamel <madcamel@gmail.com> | 2013-10-30 10:37:02 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2013-10-30 10:37:02 -0400 |
commit | b2a807100e553eb8dc578ba3c6c89934bd52d5e0 (patch) | |
tree | 533e3489981336acb2975531979c3fd8c3e8c7a2 /world/map/db | |
parent | 5044f6a9684dd9f902844eb118519cb73aa51050 (diff) | |
download | serverdata-b2a807100e553eb8dc578ba3c6c89934bd52d5e0.tar.gz serverdata-b2a807100e553eb8dc578ba3c6c89934bd52d5e0.tar.bz2 serverdata-b2a807100e553eb8dc578ba3c6c89934bd52d5e0.tar.xz serverdata-b2a807100e553eb8dc578ba3c6c89934bd52d5e0.zip |
Fixed Munro NPC. I thought gettime() was based at 0, duh
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 240507a7..d4c393bf 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 1 +debug 0 // BEFORE UNCOMMENTING ANYTHING, TALK TO o11c! //MF_NOMEMO 0 |