Jump to content

[patch][8559] Glyph of Corruption


Guest Wojta

Recommended Posts

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

Glyph of Corruption

For which repository revision was the patch created?

Tested on 8557

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

I did not find any....

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

Me

Really small fix - NightFall have same effect...data in spell_proc_event data are already in DB

PS: Sorry if diff is wrong :(

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index c409046..cded2c9 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5269,9 +5269,10 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
            }
            switch(dummySpell->Id)
            {
-                // Nightfall
-                case 18094:
+                // Nightfall & Glyph of Corruption
+                case 18094:  
                 case 18095:
+                case 56218:  
                {
                    target = this;
                    triggered_spell_id = 17941;

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