diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 086cf0c5e..dae846015 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -679,13 +679,16 @@ constants_db: { Ele_Earth: 2 Ele_Fire: 3 Ele_Wind: 4 - Ele_Poison: 5 + Ele_Nature: 5 Ele_Holy: 6 Ele_Dark: 7 Ele_Ghost: 8 Ele_Undead: 9 Ele_All: 255 + // Compatibility, legacy, DO NOT USE + Ele_Poison: 5 + comment__: "Races" RC_Formless: 0 RC_Undead: 1 |