Jump to content

Recommended Posts

  • 40 years later...
Posted

What bug does the patch fix? What features does the patch add?

Implement DummyAura removal Effect for Spell Corrupt Soul in Boss Bronjahm Encounter

http://www.wowhead.com/spell=68839

This Spell should spawn npc 36535

done with http://www.wowhead.com/spell=68846

For which repository revision was the patch created?

10409

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

no

Who has been writing this patch? Please include either forum user names or email addresses.

me

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index f4b6575..b9f5272 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -2333,6 +2333,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
                }
                return;
            }
+            case 68839:                                     // Corrupt Soul
+                target->CastSpell(target, 68848, true, NULL, this);
+                target->CastSpell(target, 68846, true, NULL, this);
+                return;
        }

        // Living Bomb

Thanks to Toinan for pointing to the missing KnockBack spell

  • 3 weeks later...
  • 4 months later...
Guest
This topic is now closed to further replies.
×
×
  • 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