We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1444f83 commit affba64Copy full SHA for affba64
src/mod_zone_difficulty_scripts.cpp
@@ -56,7 +56,7 @@ class mod_zone_difficulty_unitscript : public UnitScript
56
57
if (spellInfo->HasAura(SPELL_AURA_SCHOOL_ABSORB))
58
{
59
- std::list<AuraEffect*> AuraEffectList = target->GetAuraEffectsByType(SPELL_AURA_SCHOOL_ABSORB);
+ Unit::AuraEffectList const& AuraEffectList = target->GetAuraEffectsByType(SPELL_AURA_SCHOOL_ABSORB);
60
61
for (AuraEffect* eff : AuraEffectList)
62
0 commit comments