Core: Update to 10.1

This commit is contained in:
Shauren
2023-05-04 17:00:52 +02:00
parent 64f8693751
commit 16bc74667e
58 changed files with 2368 additions and 1698 deletions

View File

@@ -679,11 +679,6 @@ void WorldSession::HandleUpdateMissileTrajectory(WorldPackets::Spells::UpdateMis
HandleMovementOpcode(CMSG_MOVE_STOP, *packet.Status);
}
void WorldSession::HandleRequestCategoryCooldowns(WorldPackets::Spells::RequestCategoryCooldowns& /*requestCategoryCooldowns*/)
{
_player->SendSpellCategoryCooldowns();
}
void WorldSession::HandleKeyboundOverride(WorldPackets::Spells::KeyboundOverride& keyboundOverride)
{
Player* player = GetPlayer();