1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

fix mount action interrupt

This commit is contained in:
collett 2021-07-27 07:35:05 +09:00
parent 301bd61180
commit 9dbcfcdb90

View file

@ -57,6 +57,8 @@ void MountAction::start()
auto actionStartPkt = makeActorControlSelf( m_pSource->getId(), ActorControlType::ActionStart, 1, getId(), m_recastTimeMs / 10 ); auto actionStartPkt = makeActorControlSelf( m_pSource->getId(), ActorControlType::ActionStart, 1, getId(), m_recastTimeMs / 10 );
player->queuePacket( actionStartPkt ); player->queuePacket( actionStartPkt );
m_started = true;
} }
void MountAction::execute() void MountAction::execute()