Core/Auras: Implemented ProcFlags2

Port From (https://github.com/TrinityCore/TrinityCore/commit/7ff411013c9f6394161dbfdc07b3f3827b1de17f)
This commit is contained in:
hondacrx
2022-05-07 15:05:30 -04:00
parent cf15d538cc
commit e1e8027159
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ namespace Scripts.Spells.Rogue
continue;
// Do not reproc deadly
if (spellInfo.SpellFamilyFlags == new FlagArray128(0x10000, 0x80000, 0, 0))
if (spellInfo.SpellFamilyFlags & new FlagArray128(0x10000))
continue;
if (spellInfo.IsPositive())