mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Fix unholy blight in DKs
Signed-off-by: sanctum32 <andriuspel@gmail.com>
This commit is contained in:
parent
6578d0c7e1
commit
393d4f19a8
1 changed files with 7 additions and 0 deletions
|
|
@ -2821,6 +2821,13 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit* pVictim, uint32 damage, Aura
|
|||
// triggered_spell_id in spell data
|
||||
break;
|
||||
}
|
||||
// Unholy Blight
|
||||
if (dummySpell->SpellIconID == 1494) // id = 49194 in dbc, spelliconid = 1494
|
||||
{
|
||||
basepoints[0] = int32(damage / 10); // Deal 10% of death coil damage
|
||||
triggered_spell_id = 50536;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue