diff options
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 |