mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[9839] Fix shadow damage part of 55090 and ranks
This commit is contained in:
parent
722135b326
commit
432b1b8b38
4 changed files with 29 additions and 3 deletions
|
|
@ -5065,9 +5065,9 @@ void Spell::EffectWeaponDmg(SpellEffectIndex eff_idx)
|
|||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
{
|
||||
// Blood Strike, Heart Strike, Obliterate
|
||||
// Blood-Caked Strike, Scourge Strike
|
||||
// Blood-Caked Strike
|
||||
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0002000001400000) ||
|
||||
m_spellInfo->SpellIconID == 1736 || m_spellInfo->SpellIconID == 3143)
|
||||
m_spellInfo->SpellIconID == 1736)
|
||||
{
|
||||
uint32 count = 0;
|
||||
Unit::AuraMap const& auras = unitTarget->GetAuras();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue