diff options
author | Haru <haru@dotalux.com> | 2015-12-15 00:43:54 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-28 18:35:59 +0100 |
commit | cf142dc21aafd6bf0a483c87f32c219375ae116a (patch) | |
tree | 8fad3087c9bb62133f21bb0d68ab4d6b3a11d03a /src/map/mob.h | |
parent | 11278d27b85a5930b548c73e20fd651558e0e1bf (diff) | |
download | hercules-cf142dc21aafd6bf0a483c87f32c219375ae116a.tar.gz hercules-cf142dc21aafd6bf0a483c87f32c219375ae116a.tar.bz2 hercules-cf142dc21aafd6bf0a483c87f32c219375ae116a.tar.xz hercules-cf142dc21aafd6bf0a483c87f32c219375ae116a.zip |
Added Poring 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 073d485ff..5485b2a91 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -272,6 +272,8 @@ enum { * Mob IDs */ enum mob_id { + MOBID_PORING = 1002, ///< PORING / Poring + MOBID_HORNET = 1004, ///< HORNET / Hornet MOBID_RED_PLANT = 1078, ///< RED_PLANT / Red Plant |