diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-01 19:51:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-01 19:51:01 +0300 |
commit | 7f6c805f25d34ba80ca86e53216e1d588ab1ea75 (patch) | |
tree | 615005bd9896aeb49f42b0eb0fbfc08957c4cab8 /src/emap/skill_const.c | |
parent | 0d732b8e7959bc50b29874d816981d12859fb811 (diff) | |
download | evol-hercules-7f6c805f25d34ba80ca86e53216e1d588ab1ea75.tar.gz evol-hercules-7f6c805f25d34ba80ca86e53216e1d588ab1ea75.tar.bz2 evol-hercules-7f6c805f25d34ba80ca86e53216e1d588ab1ea75.tar.xz evol-hercules-7f6c805f25d34ba80ca86e53216e1d588ab1ea75.zip |
For evol skills use range 20000 - 20021s20160703release2016-07-04
For this add mapping to array index.
Also rename skill into EVOL_MASS_PROVOKE.
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r-- | src/emap/skill_const.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |