Jump to content

[Fix][8693] Glyph of Life Tap


Guest Corfen

Recommended Posts

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

This patch would fix Glyph of Life Tap.

For which repository revision was the patch created?

8052

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

No thread with this problem.

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

Corfen.

Core patch:

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 4c1f8bd..04c17be 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5147,6 +5147,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
                    triggered_spell_id = 63106;
                    break;
                }
+                // Glyph of Life Tap
+                case 63320:
+                {
+                    triggered_spell_id = 63321;
+                    break;
+                }
            }
            break;
        }

and procflag:

INSERT INTO `spell_proc_event` VALUES
(63320, 0x00000000,  5, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000,  0);

Patch Files

Link to comment
Share on other sites

  • 4 months later...
  • 6 months later...
  • 2 weeks 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