aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorAnubisss <none@none>2010-05-14 14:32:43 +0200
committerAnubisss <none@none>2010-05-14 14:32:43 +0200
commit2425edfdab85e6c24978c679b1803cd4cf796f80 (patch)
tree83517268c46f273cf730891e24365015c944e9e0 /src/game/SpellEffects.cpp
parent98a5c09af038798f196d7283a4112bc69d27462f (diff)
Fix Glyph of Shred.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 5b42998ddfe..bfc858809e5 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4937,25 +4937,6 @@ void Spell::EffectScriptEffect(uint32 effIndex)
}
return;
}
- // Glyph of Shred
- case 63974:
- {
- if (AuraEffect const * aurEff = unitTarget->GetAuraEffect(SPELL_AURA_PERIODIC_DAMAGE,SPELLFAMILY_DRUID,0x00800000,0,0,m_caster->GetGUID()))
- {
- uint32 countMin = aurEff->GetBase()->GetMaxDuration();
- uint32 countMax = 20000;
- countMax += m_caster->HasAura(54818) ? 4000 : 0;
- countMax += m_caster->HasAura(60141) ? 4000 : 0;
-
- if (countMin < countMax)
- {
- aurEff->GetBase()->SetDuration(uint32(aurEff->GetBase()->GetDuration()+3000));
- aurEff->GetBase()->SetMaxDuration(countMin+2000);
- }
-
- }
- return;
- }
// Glyph of Backstab
case 63975:
{