mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8127] Fixed detection of spell 20243
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
715470a898
commit
572c6d99a7
2 changed files with 2 additions and 2 deletions
|
|
@ -4331,7 +4331,7 @@ void Spell::EffectWeaponDmg(uint32 i)
|
|||
spell_bonus += m_caster->CalculateDamage (OFF_ATTACK, normalized);
|
||||
}
|
||||
// Devastate bonus and sunder armor refresh
|
||||
else if(m_spellInfo->SpellVisual[0] == 671 && m_spellInfo->SpellIconID == 1508)
|
||||
else if(m_spellInfo->SpellVisual[0] == 12295 && m_spellInfo->SpellIconID == 1508)
|
||||
{
|
||||
uint32 stack = 0;
|
||||
// Need refresh all Sunder Armor auras from this caster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue