summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/const.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index a53866b7c..06fa8a3db 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -3362,3 +3362,10 @@ SCFLAG_FIXEDTICK 0x02
SCFLAG_LOADED 0x04
SCFLAG_FIXEDRATE 0x08
SCFLAG_NOICON 0x10
+
+// Dragon Colors
+DRAGON_GREEN 1
+DRAGON_BROWN 2
+DRAGON_GRAY 3
+DRAGON_BLUE 4
+DRAGON_RED 5 \ No newline at end of file