Core/Spells: Implemented new proc hit type PROC_HIT_DISPEL
Port From (https://github.com/TrinityCore/TrinityCore/commit/206369934aecfcac9a49583f3f7e98f0d69ad55b)
This commit is contained in:
@@ -2638,7 +2638,8 @@ namespace Framework.Constants
|
||||
Reflect = 0x800,
|
||||
Interrupt = 0x1000,
|
||||
FullBlock = 0x2000,
|
||||
MaskAll = 0x0003FFF
|
||||
Dispel = 0x4000,
|
||||
MaskAll = 0x0007FFF
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user