summaryrefslogtreecommitdiff
path: root/src/map/mob.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r--src/map/mob.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp
index 70fcf06..6cedb1e 100644
--- a/src/map/mob.hpp
+++ b/src/map/mob.hpp
@@ -21,7 +21,7 @@ struct mob_skill
MSC cond1;
int cond2i;
StatusChange cond2sc() { return StatusChange(cond2i); }
- SkillID cond2sk() { return SkillID(cond2i); };
+ SkillID cond2sk() { return SkillID(cond2i); }
MST target;
int val[5];
short emotion;