Core/Spells: Implemented SPELL_ATTR9_FACE_UNIT_TARGET_UPON_COMPLETION_OF_JUMP_CHARGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/5cb4536bd0492b49432b092e7ca4a458010b7d53)
This commit is contained in:
@@ -1978,7 +1978,7 @@ namespace Framework.Constants
|
||||
NotInArena = 0x200, // 9 Not In Arena
|
||||
TargetMustBeGrounded = 0x400, // Target Must Be Grounded
|
||||
AllowWhileBanishedAuraState = 0x800, // Doesn't seem to be doing anything, banish behaves like a regular stun now - tested on patch 10.2.7 with spell 17767 (doesn't have this attribute, only SPELL_ATTR5_ALLOW_WHILE_STUNNED and was castable while banished)
|
||||
Unk12 = 0x1000, // 12
|
||||
FaceUnitTargetUponCompletionOfJumpCharge = 0x1000, // Face unit target upon completion of jump charge
|
||||
Slam = 0x2000, // 13
|
||||
UsableInRatedBattlegrounds = 0x4000, // 14 Can Be Used In Rated Battlegrounds
|
||||
Unk15 = 0x8000, // 15
|
||||
|
||||
Reference in New Issue
Block a user