Jump to content

remove old Glyph of Flash of Light


Guest faramir118

Recommended Posts

Mangos revision:

9754

Glyph of Flash of Light changed, so this code doesn't do anything.

From cbbcd3b08999b694592e8249b43e75bb04c2050b Mon Sep 17 00:00:00 2001
From: faramir118 <[email protected]>
Date: Tue, 20 Apr 2010 00:24:57 -0500
Subject: [PATCH] remove old aura 54936 proc

---
src/game/Unit.cpp |    7 -------
1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index e13d4de..7a0f41d 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -6519,13 +6519,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
                        CastSpell(target,53739,true,NULL,triggeredByAura);
                    break;
                }
-                // Glyph of Flash of Light
-                case 54936:
-                {
-                    triggered_spell_id = 54957;
-                    basepoints[0] = triggerAmount*damage/100;
-                    break;
-                }
                // Glyph of Holy Light
                case 54937:
                {
-- 
1.6.5.1.1367.gcd48

For future reference, where should small changes like this go?

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