mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10441] Fix 64962 bonus for 47541 and ranks
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
a95f275aad
commit
b5ed6938ad
2 changed files with 7 additions and 1 deletions
|
|
@ -6268,6 +6268,12 @@ uint32 Unit::SpellDamageBonusDone(Unit *pVictim, SpellEntry const *spellProto, u
|
|||
}
|
||||
}
|
||||
}
|
||||
// Death Coil (bonus from Item - Death Knight T8 DPS Relic)
|
||||
else if (spellProto->SpellFamilyFlags & UI64LIT(0x00002000))
|
||||
{
|
||||
if (Aura* sigil = GetDummyAura(64962))
|
||||
DoneTotal += sigil->GetModifier()->m_amount;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10440"
|
||||
#define REVISION_NR "10441"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue