summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 184f5e545..b1d071d67 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4556,5 +4556,13 @@ constants_db: {
FY_MAGIC: 6
FY_GIFT: 7
+ comment__: "Magic v3 constants"
+ CLASS_OTHER: 0
+ CLASS_SUMMON: 1
+ CLASS_PHYSICAL: 2
+ CLASS_DESTRUCTION: 3
+ CLASS_TRICKS: 4
+ CLASS_SCHOLARSHIP: 5
+
@include "conf/import/constants.conf"
}