Jump to content

Recommended Posts

Posted

What bug does the patch fix?

resolves stacking issues between the following Spells: Spellist

For which repository revision was the patch created?

master @ 57cf96c19416dc63cf444d71d5deaeaa68bab143

Is there a thread in the bug report section or at lighthouse?

http://getmangos.eu/community/showpost.php?p=94873&postcount=3

Who has been writing this patch?

Me

commit a2f7c25996105054cf4c3671878f6121a0c7f064
Author: unknown <Spezies 0815@.(none)>
Date:   Thu Dec 3 17:24:17 2009 +0100

   IconID:240 Issues

diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index bdb1b66..cba3c96 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -1329,10 +1329,8 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
                        spellInfo_2->SpellVisual[0] == 99 && spellInfo_1->SpellVisual[0] == 0 ) )
                        return false;

-                    // Heart of the Wild and (Primal Instinct (Idol of Terror) triggering spell or Agility)
-                    if( spellInfo_1->SpellIconID == 240 && spellInfo_2->SpellIconID == 240 && (
-                        spellInfo_1->SpellVisual[0] == 0 && spellInfo_2->SpellVisual[0] == 78 ||
-                        spellInfo_2->SpellVisual[0] == 0 && spellInfo_1->SpellVisual[0] == 78 ) )
+                    // Heart of the Wild, Agility and various Idol Triggers
+                    if(spellInfo_1->SpellIconID == 240 && spellInfo_2->SpellIconID == 240)
                        return false;

                    // Personalized Weather (thunder effect should overwrite rainy aura)

  • 39 years 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