Core/Creature: rename CREATURE_FLAG_EXTRA_IGNORE_COMBAT into CREATURE_FLAG_EXTRA_CANNOT_ENTER_COMBAT

Port From (https://github.com/TrinityCore/TrinityCore/commit/53d19b09f4de7c092747663ae7e1a01c0df553bf)
This commit is contained in:
hondacrx
2022-05-29 16:18:29 -04:00
parent bf6fec2eb2
commit 4de86618f3
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ namespace Framework.Constants
GhostVisibility = 0x400, // creature will only be visible to dead players
UseOffhandAttack = 0x800, // creature will use offhand attacks
NoSellVendor = 0x1000, // players can't sell items to this vendor
IgnoreCombat = 0x2000, // creature is not allowed to enter combat
CannotEnterCombat = 0x2000, // creature is not allowed to enter combat
Worldevent = 0x4000, // Custom Flag For World Event Creatures (Left Room For Merging)
Guard = 0x8000, // Creature Is Guard
IgnoreFeighDeath = 0x10000, // creature ignores feign death