mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/Units: define MOVEMENTFLAG2_AWAITING_LOAD
credits: @Warpten for his backwards research
This commit is contained in:
@@ -291,7 +291,7 @@ enum MovementFlags2 : uint32
|
||||
MOVEMENTFLAG2_UNK9 = 0x00000200,
|
||||
MOVEMENTFLAG2_CAN_SWIM_TO_FLY_TRANS = 0x00000400,
|
||||
MOVEMENTFLAG2_UNK11 = 0x00000800,
|
||||
MOVEMENTFLAG2_UNK12 = 0x00001000,
|
||||
MOVEMENTFLAG2_AWAITING_LOAD = 0x00001000,
|
||||
MOVEMENTFLAG2_INTERPOLATED_MOVEMENT = 0x00002000,
|
||||
MOVEMENTFLAG2_INTERPOLATED_TURNING = 0x00004000,
|
||||
MOVEMENTFLAG2_INTERPOLATED_PITCHING = 0x00008000
|
||||
|
||||
Reference in New Issue
Block a user