[11280] Drop obsolete code

Debuff from talent 22959 is no longer stackable after 3.3.
This commit is contained in:
zergtmn 2011-03-24 21:52:18 +05:00
parent 681159656b
commit 098a561529
2 changed files with 1 additions and 7 deletions

View file

@ -8239,12 +8239,6 @@ m_permanent(false), m_isRemovedOnShapeLost(true), m_deleted(false), m_in_use(0)
// some custom stack values at aura holder create
switch (m_spellProto->Id)
{
case 22959: // Improved Scorch
if (caster && caster->GetObjectGuid().IsUnit())
// Glyph of Improved Scorch
if (Aura* glyph = ((Unit*)caster)->GetDummyAura(56371))
m_stackAmount = glyph->GetModifier()->m_amount;
break;
// some auras applied with max stack
case 24575: // Brittle Armor
case 24659: // Unstable Power

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11279"
#define REVISION_NR "11280"
#endif // __REVISION_NR_H__