Jump to content

[fix] Glyph of Corruption


Auntie Mangos

Recommended Posts

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

This patch would fix warlock glyph of corruption

http://www.wowhead.com/?item=42455

For which repository revision was the patch created?

7648

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=6861

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

Me (Corfen)

patch:


diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 66b18d0..9fa28dc 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5004,8 +5004,10 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
            switch(dummySpell->Id)
            {
                // Nightfall
+                // 56218 proc from glyph of corruption
                case 18094:
                case 18095:
+                case 56218:
                {
                    target = this;
                    triggered_spell_id = 17941;

patch file

Link to comment
Share on other sites

  • 39 years later...

Uhm why, what's wrong with Nightfall?

I thought it was working as expected when i last tried (a few days ago)...though i didn't pay too much attention to this specific talent so i might have missed something.

In any case, the nightfall auras are already there obviously, so if its broken it cannot be fixed by adding it again at this same code location ;)

Link to comment
Share on other sites

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