Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_IGNORE_SANCTUARY (ignore SPELL_EFFECT_SANCTUARY, used by Vanish)

Port From (https://github.com/TrinityCore/TrinityCore/commit/1369b8708458fb5020b6ab7a9608123459d4eb26)
This commit is contained in:
hondacrx
2024-03-05 18:33:31 -05:00
parent 83bd8b255b
commit 536f72d077
6 changed files with 69 additions and 33 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ namespace Framework.Constants
NoWoundedSlowdown = 0x00000040,
UseCreatorBonuses = 0x00000080,
IgnoreFeignDeath = 0x00000100, // CreatureFlagExtraIgnoreFeignDeath
IgnoreSanctuary = 0x00000200,
IgnoreSanctuary = 0x00000200, // Ignores SPELL_EFFECT_SANCTUARY
ActionTriggersWhileCharmed = 0x00000400,
InteractWhileDead = 0x00000800, // CreatureTypeFlagInteractWhileDead
NoInterruptSchoolCooldown = 0x00001000,