Core/Items: Defined "unk" field in HotfixInfo

This commit is contained in:
Shauren
2012-01-31 15:13:38 +01:00
parent 4d6bd47f4e
commit ea070e44e0
4 changed files with 9 additions and 4 deletions

View File

@@ -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);