Core/Unit: Name and implement UNIT_FLAG_NON_ATTACKABLE_2

Port From (https://github.com/TrinityCore/TrinityCore/commit/de326d789ed955de819e0cbf37676716a038ad10)
This commit is contained in:
hondacrx
2021-10-08 10:36:08 -04:00
parent 72018b983c
commit 5de61110b3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ namespace Framework.Constants
Silenced = 0x2000,
CannotSwim = 0x4000,
Unk15 = 0x8000,
Unk16 = 0x10000,
NonAttackable2 = 0x10000,
Pacified = 0x20000,
Stunned = 0x40000,
InCombat = 0x80000,