summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.h
diff options
context:
space:
mode:
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);