Core/Auras: Implemented ProcFlags2
Port From (https://github.com/TrinityCore/TrinityCore/commit/7ff411013c9f6394161dbfdc07b3f3827b1de17f)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user