summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.h
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.h
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.h')
-rw-r--r--src/emap/skill_const.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/skill_const.h b/src/emap/skill_const.h
index 762bffb..bfd10f2 100644
--- a/src/emap/skill_const.h
+++ b/src/emap/skill_const.h
@@ -6,7 +6,8 @@
enum
{
- EVOL_MASS_PROVOKE = 20000
+ EVOL_MASS_PROVOKE = 20000,
+ EVOL_PHYSICAL_SHIELD,
};
void eskill_addskill_conststants(void);