diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 162166e5bf6..6f6d771884c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8266,7 +8266,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig { basepoints0 = damage * 15 / 100; target = pVictim; - trigger_spell_id = 26470; + trigger_spell_id = 64413; break; } // Decimation |