From 7f6c805f25d34ba80ca86e53216e1d588ab1ea75 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Jul 2016 19:51:01 +0300 Subject: For evol skills use range 20000 - 20021 For this add mapping to array index. Also rename skill into EVOL_MASS_PROVOKE. --- src/emap/skill_const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap/skill_const.c') diff --git a/src/emap/skill_const.c b/src/emap/skill_const.c index 30e6fde..c5fe22b 100644 --- a/src/emap/skill_const.c +++ b/src/emap/skill_const.c @@ -10,6 +10,6 @@ void eskill_addskill_conststants(void) { script->constdb_comment("Evol skills"); - script->set_constant("EVOL_MASSPROVOKE", EVOL_MASSPROVOKE, false, false); + script->set_constant("EVOL_MASS_PROVOKE", EVOL_MASS_PROVOKE, false, false); script->constdb_comment(NULL); } -- cgit v1.2.3-60-g2f50