mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Spells: Fix typo in last rev
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user