diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index d90389bdd0e..6d446896b67 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6639,7 +6639,7 @@ void AuraEffect::PeriodicDummyTick() std::list<Unit*> targets; { // eff_radius ==0 - float radius = GetSpellMaxRange(sSpellRangeStore.LookupEntry(spell->rangeIndex)); + float radius = GetSpellMaxRange(spell, false); CellPair p(MaNGOS::ComputeCellPair(caster->GetPositionX(),caster->GetPositionY())); Cell cell(p); |