[Performance] Have World Send Smarter Guild Updates (#4796)

* [Performance] Have World Send Smarter Guild Updates

* Updates to correct incorrect guild window details (permissions, etc) not being sent on guild creation.

---------

Co-authored-by: Mitch Freeman <65987027+neckkola@users.noreply.github.com>
This commit is contained in:
Chris Miles
2025-03-29 14:27:49 -05:00
committed by GitHub
parent bb70850421
commit 937b947597
8 changed files with 85 additions and 26 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ void Client::SendGuildList()
std::stringstream ss;
cereal::BinaryOutputArchive ar(ss);
ar(guilds_list);
{ ar(guilds_list); }
uint32 packet_size = ss.str().length();