mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[10300] Fixed some strange GetAura arg values.
This commit is contained in:
parent
2ad9cd34b2
commit
4f19017872
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue