mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Core/Load): Comment continue (#9836)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user