Jump to content

[11257][Fix]Mangos One - Blood Fury and Rage of the Unraveller


Guest Hundekuchen

Recommended Posts

mangos: s0733

little fix to prevents that both spells overwrite each other

diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index c48e40c..7cd2325 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -1686,6 +1686,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
                        (spellInfo_2->Id == 8326 && spellInfo_1->Id == 20584))
                         return false;

+                    //Blood Fury and Rage of the Unraveller
+                    if ((spellInfo_1->Id == 33649 && spellInfo_2->Id == 20572) ||
+                        (spellInfo_2->Id == 33649 && spellInfo_1->Id == 20572))
+                         return false;
+
                    break;
                }
                case SPELLFAMILY_MAGE:

Link to comment
Share on other sites

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