diff --git a/src/map/mob.cpp b/src/map/mob.cpp index 4607e78925..b74fdc9429 100644 --- a/src/map/mob.cpp +++ b/src/map/mob.cpp @@ -6674,7 +6674,7 @@ static void mob_skill_db_set(void) { continue; // Specific monster - if (skill->mob_id >= 0) { + if (skill->mob_id >= 3) { std::shared_ptr mob = mob_db.find(skill->mob_id); if (mob != nullptr)