Implemented binary resistances and some more

Port From (https://github.com/TrinityCore/TrinityCore/commit/ca26c33145cb40ae7fd2c84fc7577fc6f11bdbbf)
This commit is contained in:
hondacrx
2019-08-16 23:15:19 -04:00
parent d3bce6a75c
commit bdfea4ecad
8 changed files with 322 additions and 105 deletions
@@ -1809,7 +1809,7 @@ namespace Framework.Constants
ConeLine = 0x04,
ShareDamage = 0x08,
NoInitialThreat = 0x10,
IsTalent = 0x20,
AuraCC = 0x20,
DontBreakStealth = 0x40,
DirectDamage = 0x100,
Charge = 0x200,
@@ -1822,6 +1822,10 @@ namespace Framework.Constants
ReqCasterBehindTarget = 0x20000,
AllowInflightTarget = 0x40000,
NeedsAmmoData = 0x80000,
BinarySpell = 0x00100000,
SchoolmaskNormalWithMagic = 0x00200000,
LiquidAura = 0x00400000,
IsTalent = 0x00800000,
Negative = NegativeEff0 | NegativeEff1 | NegativeEff2
}