summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.c
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2016-07-03 19:55:49 +0300
committerJoseph Botosh <rumly111@gmail.com>2016-07-05 17:36:23 +0300
commitff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e (patch)
tree86ea390b7de8e60251e67fe18bef879fec468e05 /src/emap/skill_const.c
parent7f6c805f25d34ba80ca86e53216e1d588ab1ea75 (diff)
downloadevol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.tar.gz
evol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.tar.bz2
evol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.tar.xz
evol-hercules-ff678a2bc1f17d5f7faa8744c2c628b1f2b96a1e.zip
add Physical Shield Skill (id 20001)
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r--src/emap/skill_const.c1
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);
}