mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
fix dismount actrl
This commit is contained in:
parent
6196d0a526
commit
82bcea0419
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ enum ActorControlType : uint16_t
|
|||
SetFestival = 0x386, // param1: festival.exd index
|
||||
|
||||
ToggleOrchestrionUnlock = 0x396,
|
||||
Dismount = 0x3A0,
|
||||
Dismount = 0x3A1, // updated 4.5
|
||||
|
||||
// Duty Recorder
|
||||
BeginReplayAck = 0x3A1,
|
||||
|
|
Loading…
Add table
Reference in a new issue