diff options
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 5791d311281..10af133afb7 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3946,11 +3946,6 @@ void SpellMgr::LoadSpellCustomAttr() mSpellCustomAttr[i] |= SPELL_ATTR0_CU_IGNORE_ARMOR; ++count; break; - // Strength of the Pack - case 64381: - spellInfo->StackAmount = 4; - ++count; - break; case 63675: // Improved Devouring Plague spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_DONE_BONUS; ++count; @@ -4011,6 +4006,15 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->MaxAffectedTargets = 1; ++count; break; + case 62716: // Growth of Nature + case 65584: // Growth of Nature + spellInfo->AttributesEx3 |= SPELL_ATTR3_STACK_FOR_DIFF_CASTERS; + ++count; + break; + case 64381: // Strength of the Pack + spellInfo->StackAmount = 4; + ++count; + break; // ENDOF ULDUAR SPELLS // // ICECROWN CITADEL SPELLS |
