Core/Spell: Missing change, partialy revert change

This commit is contained in:
Aokromes
2016-11-19 06:59:05 +01:00
parent dbd4fc3eca
commit d9e8c7a285

View File

@@ -3872,7 +3872,6 @@ void Spell::WriteCastResultInfo(WorldPacket& data, Player* caster, SpellInfo con
break;
}
}
}
data << uint32(missingItem); // first missing item
}
@@ -4942,7 +4941,7 @@ SpellCastResult Spell::CheckCast(bool strict, uint32* param1 /*= nullptr*/, uint
Unit::AuraEffectList const& ignore = m_caster->GetAuraEffectsByType(SPELL_AURA_MOD_IGNORE_SHAPESHIFT);
for (AuraEffect const* aurEff : ignore)
{
if (!aurEff->IsAffectedOnSpell(m_spellInfo))
if (!aurEff->IsAffectingSpell(m_spellInfo))
continue;
checkForm = false;