Jump to content

[7783] Wisp Spirit


Auntie Mangos

Recommended Posts

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

This patch would fix the Night Elf racial Wisp Spirit (20585).

For which repository revision was the patch created?

7740

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

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

diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 863c01d..b588bb1 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -1170,6 +1170,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
                        (spellInfo_2->Id == 52950 && spellInfo_1->Id == 52707) )
                        return false;

+                    // Regular and Night Elf Ghost
+                    if( (spellInfo_1->Id == 8326 && spellInfo_2->Id == 20584) ||
+                        (spellInfo_2->Id == 8326 && spellInfo_1->Id == 20584) )
+                         return false;
+
                    break;
                }
                case SPELLFAMILY_WARRIOR:

Link to comment
Share on other sites

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