fixed another warning

This commit is contained in:
Ovahlord
2021-02-27 13:49:28 +01:00
parent 483238f707
commit ba26ff03ba

View File

@@ -7369,8 +7369,6 @@ float Unit::SpellHealingPctDone(Unit* victim, SpellInfo const* spellProto) const
case 8477: // Nourish Heal Boost
{
int32 modPercent = 0;
AuraApplicationMap const& victimAuras = victim->GetAppliedAuras();
for (auto aurAppPair : victim->GetAppliedAuras())
{
Aura const* aura = aurAppPair.second->GetBase();