mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Compile fix
This commit is contained in:
@@ -86,6 +86,7 @@ enum MovementStatusElements
|
||||
MSETransportSeat,
|
||||
MSETransportTime,
|
||||
MSETransportTime2,
|
||||
MSETransportTime3,
|
||||
MSETransportVehicleId,
|
||||
MSEPitch,
|
||||
MSEFallTime,
|
||||
@@ -97,6 +98,17 @@ enum MovementStatusElements
|
||||
|
||||
MSECounter,
|
||||
|
||||
// Speed
|
||||
MSESpeedWalk,
|
||||
MSESpeedRun,
|
||||
MSESpeedRunBack,
|
||||
MSESpeedSwim,
|
||||
MSESpeedSwimBack,
|
||||
MSESpeedTurnRate,
|
||||
MSESpeedFlight,
|
||||
MSESpeedFlightBack,
|
||||
MSESpeedPitchRate,
|
||||
|
||||
// Special
|
||||
MSEZeroBit, // writes bit value 1 or skips read bit
|
||||
MSEOneBit, // writes bit value 0 or skips read bit
|
||||
|
||||
Reference in New Issue
Block a user