Jump to content

[patch/fix][6117] Spell: Aegis Of Preservation


Recommended Posts

Posted

Fixes triggered spell of "Aegis of Preservation" (SpellID: 23780)

Index: src/game/Unit.cpp
===================================================================
--- src/game/Unit.cpp        (revision 5499)
+++ src/game/Unit.cpp        (working copy)
@@ -5882,6 +5882,13 @@
                        return;
        }

+        switch (auraSpellInfo->Id) 
+        {
+                case 23780: //Aegis of Preservation: triggers not existing spell
+                        CastSpell(this, 23781, true, castItem, triggeredByAura); //Aegis Heal 
+                        return;
+        }
+
        // standard non-dummy case
        uint32 trigger_spell_id = auraSpellInfo->EffectTriggerSpell[triggeredByAura->GetEffIndex()];
        if(!trigger_spell_id)

  • 2 months later...
×
×
  • 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