mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Fix a typo.
--HG-- branch : trunk
This commit is contained in:
@@ -6441,10 +6441,10 @@ void Aura::HandleAuraStateFrozen(bool apply)
|
||||
else
|
||||
{
|
||||
bool found_another = false;
|
||||
for(AuraType const* itr = &frozenAuraTypes[0]; *itr != SPELL_AURA_NONE; itr)
|
||||
for(AuraType const* itr = &frozenAuraTypes[0]; *itr != SPELL_AURA_NONE; itr++)
|
||||
{
|
||||
Unit::AuraList const& auras = m_target->GetAurasByType(*itr);
|
||||
for(Unit::AuraList::const_iterator i = auras.begin(); i != auras.end(); i)
|
||||
for(Unit::AuraList::const_iterator i = auras.begin(); i != auras.end(); i++)
|
||||
{
|
||||
if( GetSpellSchoolMask((*i)->GetSpellProto()) & SPELL_SCHOOL_MASK_FROST)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user