mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 15:47:04 +01:00
Core/Items: Defined "unk" field in HotfixInfo
This commit is contained in:
@@ -977,7 +977,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder* holder)
|
||||
for (uint32 i = 0; i < hotfix.size(); ++i)
|
||||
{
|
||||
data << uint32(hotfix[i].Type);
|
||||
data << uint32(hotfix[i].Unk);
|
||||
data << uint32(hotfix[i].Timestamp);
|
||||
data << uint32(hotfix[i].Entry);
|
||||
}
|
||||
SendPacket(&data);
|
||||
|
||||
Reference in New Issue
Block a user