mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +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
|
// some custom stack values at aura holder create
|
||||||
switch (m_spellProto->Id)
|
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
|
// some auras applied with max stack
|
||||||
case 24575: // Brittle Armor
|
case 24575: // Brittle Armor
|
||||||
case 24659: // Unstable Power
|
case 24659: // Unstable Power
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11279"
|
#define REVISION_NR "11280"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue