Implemented binary resistances and some more
Port From (https://github.com/TrinityCore/TrinityCore/commit/ca26c33145cb40ae7fd2c84fc7577fc6f11bdbbf)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user