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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp
index a1f9226..47da095 100644
--- a/src/map/mob.hpp
+++ b/src/map/mob.hpp
@@ -44,7 +44,8 @@ namespace map
#define MOB_THIS_MAP stringish<MapName>("this"_s)
#define MaxDrops 8
-#define MaxMobs 2001
+#define MinMobID 1001
+#define MaxMobID 2000
struct mob_skill
{