Jump to content

[fix] ICC, FoS, Boss Bronjahm, FearSpell


Schmoozerd

Recommended Posts

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

Set MaxTarget for Fear Spell in Boss Bronjahm Encounter

http://www.wowhead.com/spell=68950

For which repository revision was the patch created?

10320

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

no

Who has been writing this patch? Please include either forum user names or email addresses.

me

MaxAffectedTargets = 0 in DBC

diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 11df7b1..24e2eb5 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1489,6 +1489,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
                case 38794:                                 // Murmur's Touch (h)
                case 50988:                                 // Glare of the Tribunal (Halls of Stone)
                case 59870:                                 // Glare of the Tribunal (h) (Halls of Stone)
+                case 68950:                                 // Fear (ICC: Forge of Souls)
                    unMaxTargets = 1;
                    break;
                case 28542:                                 // Life Drain

Link to comment
Share on other sites

  • 5 months later...
×
×
  • 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