mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
*Correct diminishing returns for charge and linked spell for Stoneform.
--HG-- branch : trunk
This commit is contained in:
@@ -2913,8 +2913,8 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
|
||||
// Intimidating Shout
|
||||
else if (spellproto->SpellFamilyFlags[0] & 0x40000)
|
||||
return DIMINISHING_FEAR_BLIND;
|
||||
// Charge
|
||||
else if (spellproto->SpellFamilyFlags[0] & 0x1)
|
||||
// Charge Stun
|
||||
else if (spellproto->SpellFamilyFlags[0] & 0x01000000)
|
||||
return DIMINISHING_NONE;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user