summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r--src/emap/skill_const.c2
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);
}