mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Performance] Reduce LFGuild Chatter (#4794)
This commit is contained in:
+6
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user