fix(Core/Load): Comment continue (#9836)
This commit is contained in:
parent
b81e63bd97
commit
8f707fbf34
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue