[10300] Fixed some strange GetAura arg values.

This commit is contained in:
VladimirMangos 2010-07-31 21:22:13 +04:00
parent 2ad9cd34b2
commit 4f19017872
4 changed files with 4 additions and 4 deletions

View file

@ -3228,7 +3228,7 @@ void Spell::EffectHeal(SpellEffectIndex /*eff_idx*/)
if (unitTarget == m_targets.getUnitTarget())
{
// check for Riptide
Aura* riptide = unitTarget->GetAura(SPELL_AURA_PERIODIC_HEAL, SPELLFAMILY_SHAMAN, 0, 0x00000010, caster->GetGUID());
Aura* riptide = unitTarget->GetAura(SPELL_AURA_PERIODIC_HEAL, SPELLFAMILY_SHAMAN, UI64LIT(0x0), 0x00000010, caster->GetGUID());
if (riptide)
{
addhealth += addhealth/4;