diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-30 10:32:29 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-30 10:32:29 -0200 |
commit | 9e406d7dc2c5251516e7be16db98e129c9321f93 (patch) | |
tree | 37fb6218a889ff4e694e752417c96b5c6d01bcfd | |
parent | 295c001506d95f5a7c57f4a5e7588e1cc196be07 (diff) | |
download | serverdata-9e406d7dc2c5251516e7be16db98e129c9321f93.tar.gz serverdata-9e406d7dc2c5251516e7be16db98e129c9321f93.tar.bz2 serverdata-9e406d7dc2c5251516e7be16db98e129c9321f93.tar.xz serverdata-9e406d7dc2c5251516e7be16db98e129c9321f93.zip |
Initially rename the POISON element to NATURE element.
Poison is attribute, not element. Don't be confuse, engine!
-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 |