mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/PacketIO: Updated values of all known server opcodes
This commit is contained in:
@@ -921,9 +921,9 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder* holder)
|
||||
pCurrChar->SetGuildLevel(0);
|
||||
}
|
||||
|
||||
WorldPacket data(SMSG_LEARNED_DANCE_MOVES, 4+4);
|
||||
data << uint64(0);
|
||||
SendPacket(&data);
|
||||
//WorldPacket data(SMSG_LEARNED_DANCE_MOVES, 4+4);
|
||||
//data << uint64(0);
|
||||
//SendPacket(&data);
|
||||
|
||||
WorldPackets::Query::HotfixNotifyBlob hotfixInfo;
|
||||
hotfixInfo.Hotfixes = sDB2Manager.GetHotfixData();
|
||||
|
||||
Reference in New Issue
Block a user