Jump to content

[fix] Hot Streak & Firestarter stack


Auntie Mangos

Recommended Posts

2

- Fixes the bug that the two mage talents Hot Streak and Firestarter do not stack.

2

- 7359

2

- http://getmangos.eu/community/viewtopic.php?id=6655

diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 89e8860..01b8f7f 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -1238,6 +1238,9 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
            if( spellInfo_1->Id == 11129 && spellInfo_2->SpellIconID == 33 && spellInfo_2->SpellVisual[0] == 321 )
                return false;

+            if( spellInfo_1->EffectSpellClassMaskC[0] == 262144 && spellInfo_2->EffectSpellClassMaskC[0] == 262144)
+                return false;
+
            break;
        case SPELLFAMILY_WARLOCK:
            if( spellInfo_2->SpellFamilyName == SPELLFAMILY_WARLOCK )

Patchfile

Link to comment
Share on other sites

  • 39 years later...
  • 3 weeks 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