mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[11280] Drop obsolete code
Debuff from talent 22959 is no longer stackable after 3.3.
This commit is contained in:
parent
681159656b
commit
098a561529
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue