Jump to content

[fix][9059] Implement spell 28169


Recommended Posts

Posted

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

Implement spell 28169 dummy effect

* For which repository revision was the patch created?

9058

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

yavi

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 7182269..dcc8614 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -2375,6 +2375,11 @@ void Aura::HandleAuraDummy(bool apply, bool Real)

        switch(GetId())
        {
+            case 28169:
+            {
+                m_target->CastSpell(m_target, 28240, true, NULL, this);
+                               return;
+            }
            case 36730:                                     // Flame Strike
            {
                m_target->CastSpell(m_target, 36731, true, NULL, this);

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