summaryrefslogtreecommitdiff
path: root/world/map/db
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/db')
-rw-r--r--world/map/db/const-debugflag.txt.example6
-rw-r--r--world/map/db/const.txt5
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