Jump to content

[7429][fix] Shield Slam


Recommended Posts

Posted

21

2

1

2

1

diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index b9151f3..7001899 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -372,7 +372,7 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
                    damage = uint32(damage * (m_caster->GetTotalAttackPowerValue(BASE_ATTACK)) / 100);
                }
                // Shield Slam
-                else if(m_spellInfo->SpellFamilyFlags & 0x100000000LL)
+                else if(m_spellInfo->SpellFamilyFlags & 0x0000020000000000LL)
                    damage += int32(m_caster->GetShieldBlockValue());
                // Victory Rush
                else if(m_spellInfo->SpellFamilyFlags & 0x10000000000LL)

Patchfile

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use