diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5408f849..edc2c2a7 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3646,8 +3646,6 @@ constants_db: { /* ==================================================== */ /** evol constants **/ - debug: 0 - comment__: "outdated constants. must be removed" // >>> equip_head: 1 @@ -3874,4 +3872,6 @@ constants_db: { E_TROLL: 126 E_METAL: 127 E_CRYING: 128 + + @include "conf/import/constants.conf" } |