diff options
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r-- | src/emap/skill_const.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/skill_const.c b/src/emap/skill_const.c index c5fe22b..1572f78 100644 --- a/src/emap/skill_const.c +++ b/src/emap/skill_const.c @@ -11,5 +11,6 @@ void eskill_addskill_conststants(void) { script->constdb_comment("Evol skills"); script->set_constant("EVOL_MASS_PROVOKE", EVOL_MASS_PROVOKE, false, false); + script->set_constant("EVOL_PHYSICAL_SHIELD", EVOL_PHYSICAL_SHIELD, false, false); script->constdb_comment(NULL); } |