1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00

fix dismount actrl

This commit is contained in:
NotAdam 2019-01-15 19:13:36 +11:00
parent 6196d0a526
commit 82bcea0419

View file

@ -204,7 +204,7 @@ enum ActorControlType : uint16_t
SetFestival = 0x386, // param1: festival.exd index SetFestival = 0x386, // param1: festival.exd index
ToggleOrchestrionUnlock = 0x396, ToggleOrchestrionUnlock = 0x396,
Dismount = 0x3A0, Dismount = 0x3A1, // updated 4.5
// Duty Recorder // Duty Recorder
BeginReplayAck = 0x3A1, BeginReplayAck = 0x3A1,