mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Fix a bug that flying puppet interrupts caster's channelling.
--HG-- branch : trunk
This commit is contained in:
@@ -1609,7 +1609,7 @@ void WorldSession::HandleMoveSetCanFlyAckOpcode( WorldPacket & recv_data )
|
||||
|
||||
recv_data >> guid >> unk >> flags;
|
||||
|
||||
_player->m_movementInfo.flags = flags;
|
||||
_player->m_mover->m_movementInfo.flags = flags;
|
||||
}
|
||||
|
||||
void WorldSession::HandleRequestPetInfoOpcode( WorldPacket & /*recv_data */)
|
||||
|
||||
Reference in New Issue
Block a user