Core/Spells: implement SPELLVALUE_CRIT_CHANCE

Port From (https://github.com/TrinityCore/TrinityCore/commit/13be704cb4619ef585ae0043580e2534f62e64aa)
This commit is contained in:
hondacrx
2021-06-23 22:09:38 -04:00
parent 9e23ca4b04
commit 1b87be93be
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -2860,7 +2860,7 @@ namespace Game.Entities
spellInfo._InitializeExplicitTargetMask();
}
// addition for binary spells, ommit spells triggering other spells
// addition for binary spells, omit spells triggering other spells
foreach (var spellInfo in mSpellInfoMap.Values)
{
if (!spellInfo.HasAttribute(SpellCustomAttributes.BinarySpell))