From 357f211a8b27cef5f0101f1e07a6e3854389f0e6 Mon Sep 17 00:00:00 2001 From: Atemo Date: Sun, 7 Aug 2022 17:24:24 +0200 Subject: [PATCH] Small correction --- src/map/mob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)