Jump to content

[9100] [Fix] Max targets limitation for an Hyjal spell (31347)


Auntie Mangos

Recommended Posts

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

Fixed spell "Doom".

For which repository revision was the patch created?

9086

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

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

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

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 8cac57a..1339b90 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1313,6 +1313,7 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni
        {
            switch(m_spellInfo->Id)
            {
+                case 31347:                                 // Doom
                case 33711:                                 // Murmur's Touch
                case 38794:                                 // Murmur's Touch (h)
                    unMaxTargets = 1;

Link to comment
Share on other sites

  • 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