summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 12c05b15d..4fcacc205 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -63,6 +63,12 @@ enum MobDamageLogFlag
MDLF_PET,
};
+enum size {
+ SZ_SMALL = 0,
+ SZ_MEDIUM,
+ SZ_BIG,
+};
+
struct mob_skill {
enum MobSkillState state;
short skill_id,skill_lv;