Jump to content

[patch] judgement of justice


Recommended Posts

Posted
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 5d39fab..209dbee 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -5121,7 +5121,7 @@ void Spell::EffectScriptEffect(uint32 effIndex)
        case SPELLFAMILY_PALADIN:
        {
            // Judgement
-            if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000000800000))
+            if (m_spellInfo->Category == 1210 )
            {
                if(!unitTarget || !unitTarget->isAlive())
                    return;

×
×
  • 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