Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_ALLOW_MOUNTED_COMBAT and overriding default mount from creature addon

Port From (https://github.com/TrinityCore/TrinityCore/commit/9463933eda630be97e3ab16cf66e419d2f696109)
This commit is contained in:
hondacrx
2024-02-27 13:54:39 -05:00
parent 382ffa093a
commit 29af2a63b7
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -2032,7 +2032,7 @@ namespace Framework.Constants
SuppressPointsStacking = 0x40,
ChainFromInitialTarget = 0x80,
UncontrolledNoBackwards = 0x100, /*NYI*/
AuraPointsStack = 0x000200, /*NYI*/ // refreshing periodic auras with this attribute will add remaining damage to new aura
AuraPointsStack = 0x000200, // refreshing periodic auras with this attribute will add remaining damage to new aura
NoCopyDamageInterruptsOrProcs = 0x400, /*NYI*/
AddTargetCombatReachToAOE = 0x800, /*NYI*/
IsHarmful = 0x1000,