Core/Spells: fixed selecting the correct target number for Wild Growth

This commit is contained in:
Ovahlord
2019-06-18 22:49:15 +02:00
parent 6686b113bf
commit ae543a532a

View File

@@ -1112,7 +1112,7 @@ class spell_dru_wild_growth : public SpellScript
{
targets.remove_if(RaidCheck(GetCaster()));
uint8 maxTargets = GetSpellInfo()->Effects[EFFECT_0].BasePoints;
uint8 maxTargets = GetSpellInfo()->Effects[EFFECT_2].BasePoints;
// Tree of Life bonus
if (GetCaster()->HasAura(SPELL_DRUID_TREE_OF_LIFE))