mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 01:37:47 +00:00
potentially fix shifted dutyrecorder actorcontrols
This commit is contained in:
parent
30c329ee1f
commit
3793b16b36
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ enum ActorControlType : uint16_t
|
|||
Dismount = 0x3A1, // updated 4.5
|
||||
|
||||
// Duty Recorder
|
||||
BeginReplayAck = 0x3A1,
|
||||
EndReplayAck = 0x3A2,
|
||||
BeginReplayAck = 0x3A2,
|
||||
EndReplayAck = 0x3A3,
|
||||
|
||||
// Housing
|
||||
ShowHousingItemUI = 0x3F7,
|
||||
|
|
Loading…
Add table
Reference in a new issue