Skip to content

Commit

Permalink
[11280] Drop obsolete code
Browse files Browse the repository at this point in the history
Debuff from talent 22959 is no longer stackable after 3.3.
  • Loading branch information
zergtmn committed Mar 24, 2011
1 parent 6c03f12 commit b3674b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/game/SpellAuras.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11279"
#define REVISION_NR "11280"
#endif // __REVISION_NR_H__

0 comments on commit b3674b9

Please sign in to comment.