diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 8042c55b1..073d485ff 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -390,6 +390,8 @@ enum mob_id { //... MOBID_LITTLE_FATUM = 2136, ///< LITTLE_FATUM / Little Fatum MOBID_MIMING = 2137, ///< MIMING / Miming + + MOBID_KO_KAGE = 2308, ///< KO_KAGE / Zanzou }; // The data structures for storing delayed item drops |