diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-28 20:28:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-28 20:28:38 -0300 |
commit | 9d0a87dc9f72a2c744f83096a1ac4d08b8cbfa7b (patch) | |
tree | 74599b226037b538c2da1aaf26ee391fe78efef1 /db/constants.conf | |
parent | fc0e014a27b7d9b5ada09ce4bf85336c3b2b4b4f (diff) | |
download | serverdata-9d0a87dc9f72a2c744f83096a1ac4d08b8cbfa7b.tar.gz serverdata-9d0a87dc9f72a2c744f83096a1ac4d08b8cbfa7b.tar.bz2 serverdata-9d0a87dc9f72a2c744f83096a1ac4d08b8cbfa7b.tar.xz serverdata-9d0a87dc9f72a2c744f83096a1ac4d08b8cbfa7b.zip |
Fix broken constants, deassign the counterpart constant.
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/db/constants.conf b/db/constants.conf index 089ecde2a..404b8f62d 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -427,12 +427,10 @@ constants_db: { RC_Brute: 2 RC_Plant: 3 RC_Insect: 4 - //RC_Fish: 5 - RC_Mineral: 5 - RC_Demon: 6 + RC_Mineral: 5 // Fish + RC_Unused: 6 // DM RC_DemiHuman: 7 - //RC_Angel: 8 - RC_Legendary: 8 + RC_Legendary: 8 // Angel RC_Dragon: 9 RC_Player: 10 RC_Boss: 11 |