diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp index 2d8321ad2..ca1a68381 100644 --- a/src/server/game/Globals/ObjectMgr.cpp +++ b/src/server/game/Globals/ObjectMgr.cpp @@ -765,7 +765,7 @@ void ObjectMgr::LoadCreatureTemplateAddons() if (AdditionalSpellInfo->GetDuration() > 0) { LOG_DEBUG/*ERROR*/("sql.sql", "Creature (Entry: %u) has temporary aura (spell %u) in `auras` field in `creature_template_addon`.", entry, uint32(atol(*itr))); - continue; + // continue; } creatureAddon.auras.push_back(atol(*itr)); @@ -1202,7 +1202,7 @@ void ObjectMgr::LoadCreatureAddons() if (AdditionalSpellInfo->GetDuration() > 0) { LOG_DEBUG/*ERROR*/("sql.sql", "Creature (Entry: %u) has temporary aura (spell %u) in `auras` field in `creature_template_addon`.", guid, uint32(atol(*itr))); - continue; + // continue; } creatureAddon.auras.push_back(atol(*itr));