Core/Spells: Fix typo in last rev

This commit is contained in:
tobmaps
2011-06-18 20:23:13 +07:00
parent bfe1977f94
commit 439fe1b95c

View File

@@ -6846,7 +6846,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
if (!stacker && !damager)
return false;
triggered_spell_id = 31803;
triggered_spell_id = 53742;
// On target with 5 stacks of Blood Corruption direct damage is done
if (Aura* aur = pVictim->GetAura(triggered_spell_id, GetGUID()))