Jump to content

[fix]Strength buff for Shadowmourne


Recommended Posts

Posted

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

adds Strength buff for caster when Chaos Bane unleashed

For which repository revision was the patch created?

9343

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

haven't seen any

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

me

diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 94174a1..2ed2111 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2574,7 +2574,9 @@ void Spell::cast(bool skipCheck)
            else if(m_spellInfo->Id == 20594)               // Stoneskin
                AddTriggeredSpell(65116);                   // Stoneskin - armor 10% for 8 sec
            else if(m_spellInfo->Id == 71563)                // Deadly Precision
-                AddTriggeredSpell(71564);    
+                AddTriggeredSpell(71564);
+            else if(m_spellInfo->Id == 71904)                // Chaos Bane buff
+                AddTriggeredSpell(73422);
            break;
        }
        case SPELLFAMILY_MAGE:

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