Jump to content

[8062][patch] Deadly Brew


Guest KAPATEJIb

Recommended Posts

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

It fixes a wrong trigger spellId

For which repository revision was the patch created?

8052

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

Alez

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 4c1f8bd..5cf1e96 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5386,7 +5386,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
            // Deadly Brew
            if( dummySpell->SpellIconID == 2963 )
            {
-                triggered_spell_id = 25809;
+                triggered_spell_id = 44289;
                break;
            }
            // Quick Recovery

Link to comment
Share on other sites

×
×
  • 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