[8243] Fixed problems with unexpected set diminishion return level at arena for fear/turn spells.

This commit is contained in:
VladimirMangos 2009-07-25 04:10:32 +04:00
parent f6f4b29465
commit 4c26accd39
2 changed files with 6 additions and 1 deletions

View file

@ -2858,6 +2858,11 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
// Explicit Diminishing Groups
switch(spellproto->SpellFamilyName)
{
case SPELLFAMILY_GENERIC:
// some generic arena related spells have by some strange reason MECHANIC_TURN
if (spellproto->Mechanic == MECHANIC_TURN)
return DIMINISHING_NONE;
break;
case SPELLFAMILY_ROGUE:
{
// Blind