Core/Spells: Implemented new proc hit type PROC_HIT_DISPEL

Port From (https://github.com/TrinityCore/TrinityCore/commit/206369934aecfcac9a49583f3f7e98f0d69ad55b)
This commit is contained in:
hondacrx
2023-05-23 08:45:32 -04:00
parent ac3402ec4e
commit 6ee9e0d039
2 changed files with 11 additions and 1 deletions
@@ -2638,7 +2638,8 @@ namespace Framework.Constants
Reflect = 0x800,
Interrupt = 0x1000,
FullBlock = 0x2000,
MaskAll = 0x0003FFF
Dispel = 0x4000,
MaskAll = 0x0007FFF
}
[Flags]