mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Core/Spells: fixed Glyph of Wild Growth not causing Wild Growth to hit additional targets
This commit is contained in:
@@ -1121,7 +1121,7 @@ class spell_dru_wild_growth : public SpellScript
|
||||
{
|
||||
targets.remove_if(RaidCheck(GetCaster()));
|
||||
|
||||
uint8 maxTargets = GetSpellInfo()->Effects[EFFECT_2].BasePoints;
|
||||
int32 maxTargets = GetSpellInfo()->Effects[EFFECT_2].CalcValue(GetCaster());
|
||||
|
||||
// Tree of Life bonus
|
||||
if (GetCaster()->HasAura(SPELL_DRUID_TREE_OF_LIFE))
|
||||
|
||||
Reference in New Issue
Block a user