[Performance] Send Smarter Emote Packets (#4818)

This commit is contained in:
Chris Miles
2025-03-29 19:50:44 -05:00
committed by GitHub
parent 950cc4a325
commit c8a7066d0e
5 changed files with 92 additions and 15 deletions
+1
View File
@@ -30,6 +30,7 @@ public:
bool SendPacket(uint32 zoneid, ServerPacket *pack);
bool SendPacket(uint32 zoneid, uint16 instanceid, ServerPacket *pack);
bool SendPacketToZonesWithGuild(uint32 guild_id, ServerPacket *pack);
bool SendPacketToZonesWithGMs(ServerPacket *pack);
bool SendPacketToBootedZones(ServerPacket* pack);
bool SetLockedZone(uint16 iZoneID, bool iLock);