[Performance] Reduce LFGuild Chatter (#4794)

This commit is contained in:
Chris Miles
2025-03-29 14:58:01 -05:00
committed by GitHub
parent 30fddcc5a0
commit 7b9691d486
2 changed files with 7 additions and 2 deletions
+6 -2
View File
@@ -882,9 +882,13 @@ void Client::SendZoneInPackets()
//SendGuildMembers();
SendGuildURL();
SendGuildChannel();
SendGuildLFGuildStatus();
if (RuleB(Guild, EnableLFGuild)) {
SendGuildLFGuildStatus();
}
}
if (RuleB(Guild, EnableLFGuild)) {
SendLFGuildStatus();
}
SendLFGuildStatus();
//No idea why live sends this if even were not in a guild
SendGuildMOTD();