From 9e406d7dc2c5251516e7be16db98e129c9321f93 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 30 Dec 2018 10:32:29 -0200 Subject: Initially rename the POISON element to NATURE element. Poison is attribute, not element. Don't be confuse, engine! --- db/constants.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'db') 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 -- cgit v1.2.3-70-g09d2