diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-07 01:09:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-07 01:09:29 -0300 |
commit | 88e7ffb2ec3f992fd38a4a093f0d746714c4b51f (patch) | |
tree | 80d766746aff0664778545f4a290198787f28a30 /db/constants.conf | |
parent | 3bb355fb545b6505451989afec7ca74cb49e5967 (diff) | |
download | serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.tar.gz serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.tar.bz2 serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.tar.xz serverdata-88e7ffb2ec3f992fd38a4a093f0d746714c4b51f.zip |
Update to now deprecated elements, and to harm new flag.
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 510b3ccbf..184f5e545 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -681,15 +681,20 @@ constants_db: { Ele_Earth: 2 Ele_Fire: 3 Ele_Wind: 4 - Ele_Nature: 5 Ele_Holy: 6 Ele_Dark: 7 Ele_Ghost: 8 - Ele_Undead: 9 Ele_All: 255 // Compatibility, legacy, DO NOT USE + Ele_Nature: 5 Ele_Poison: 5 + Ele_Undead: 9 + + comment__: "Attack Types" + HARM_PHYS: 1 + HARM_MAGI: 2 + HARM_MISC: 4 comment__: "Races" RC_Formless: 0 |