fix(Core/Load): Comment continue (#9836)
This commit is contained in:
@@ -765,7 +765,7 @@ void ObjectMgr::LoadCreatureTemplateAddons()
|
|||||||
if (AdditionalSpellInfo->GetDuration() > 0)
|
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)));
|
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));
|
creatureAddon.auras.push_back(atol(*itr));
|
||||||
@@ -1202,7 +1202,7 @@ void ObjectMgr::LoadCreatureAddons()
|
|||||||
if (AdditionalSpellInfo->GetDuration() > 0)
|
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)));
|
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));
|
creatureAddon.auras.push_back(atol(*itr));
|
||||||
|
|||||||
Reference in New Issue
Block a user