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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user