1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-22 10:07:44 +00:00

Missing casting flag clear after mount action.

This commit is contained in:
collett 2020-02-13 01:35:24 +09:00
parent 399d9b0dcd
commit 5ba259a4e9

View file

@ -63,6 +63,7 @@ void MountAction::execute()
{
assert( m_pSource );
m_pSource->getAsPlayer()->unsetStateFlag( Common::PlayerStateFlag::Casting );
m_effectBuilder->mount( m_pSource, m_mountId );
m_effectBuilder->buildAndSendPackets();
}