Core/Packets: converted SMSG_CLEAR_COOLDOWN and SMSG_CLEAR_COOLDOWNS to packet class

This commit is contained in:
Ovahlord
2021-08-16 11:02:22 +02:00
parent 8ac7e71690
commit da5564fa47
6 changed files with 72 additions and 37 deletions

View File

@@ -862,7 +862,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder const& holder)
hotfixInfo.Hotfixes = sDB2Manager.GetHotfixData();
SendPacket(hotfixInfo.Write());
pCurrChar->SendInitialPacketsBeforeAddToMap();
pCurrChar->SendInitialPacketsBeforeAddToMap(true);
// Send MOTD
{