diff --git a/zone/mob_ai.cpp b/zone/mob_ai.cpp index 13df61681..083d2284d 100644 --- a/zone/mob_ai.cpp +++ b/zone/mob_ai.cpp @@ -2894,10 +2894,6 @@ DBnpcspells_Struct *ZoneDatabase::GetNPCSpells(uint32 npc_spells_id) ) ); - if (entries.empty()) { - return nullptr; - } - for (auto &e: entries) { DBnpcspells_entries_Struct se{};