diff options
author | Haru <haru@dotalux.com> | 2015-12-15 00:25:54 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-28 18:35:59 +0100 |
commit | 11278d27b85a5930b548c73e20fd651558e0e1bf (patch) | |
tree | 2d50acab00dac4bc123b65bf2f0504efadfde781 /src/map/mob.h | |
parent | f469cad82f1ee643899130d935c6f4979bfb252d (diff) | |
download | hercules-11278d27b85a5930b548c73e20fd651558e0e1bf.tar.gz hercules-11278d27b85a5930b548c73e20fd651558e0e1bf.tar.bz2 hercules-11278d27b85a5930b548c73e20fd651558e0e1bf.tar.xz hercules-11278d27b85a5930b548c73e20fd651558e0e1bf.zip |
Added Zanzou mob ID to the mob_id enum
Signed-off-by: Haru <haru@dotalux.com>
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 |