1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-13 02:47:45 +00:00

potentially fix shifted dutyrecorder actorcontrols

This commit is contained in:
NotAdam 2019-01-15 20:10:35 +11:00
parent 82bcea0419
commit 4ed379d4aa

View file

@ -207,8 +207,8 @@ enum ActorControlType : uint16_t
Dismount = 0x3A1, // updated 4.5 Dismount = 0x3A1, // updated 4.5
// Duty Recorder // Duty Recorder
BeginReplayAck = 0x3A1, BeginReplayAck = 0x3A2,
EndReplayAck = 0x3A2, EndReplayAck = 0x3A3,
// Housing // Housing
ShowHousingItemUI = 0x3F7, ShowHousingItemUI = 0x3F7,