aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index c97a432d497..ef43089836a 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5065,17 +5065,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
triggered_spell_id = 58374;
break;
}
- // Glyph of Devastate
- if (dummySpell->Id == 58388)
- {
- if (!pVictim || !pVictim->isAlive())
- return false;
-
- if (Aura* aur = pVictim->GetAura(58567,0))
- aur->modStackAmount(1);
-
- return true;
- }
// Unstable Power
case 24658:
{