mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Addon: Correct Banned Addon length in SMSG_ADDON_INFO packet (#25424)
This commit is contained in:
@@ -1176,6 +1176,7 @@ void WorldSession::SendAddonsInfo()
|
||||
data.append(itr->VersionMD5, sizeof(itr->VersionMD5));
|
||||
data << uint32(itr->Timestamp);
|
||||
data << uint32(1); // IsBanned
|
||||
bannedAddonCount++;
|
||||
}
|
||||
|
||||
data.put<uint32>(sizePos, bannedAddonCount);
|
||||
|
||||
Reference in New Issue
Block a user