mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Cleanup] Remove SendGuildPacket() from clientlist.cpp, clientlist.h, and wguild_mgr.cpp (#3097)
# Notes - This is unused.
This commit is contained in:
@@ -46,7 +46,6 @@ public:
|
||||
void SendCLEList(const int16& admin, const char* to, WorldTCPConnection* connection, const char* iName = 0);
|
||||
|
||||
bool SendPacket(const char* to, ServerPacket* pack);
|
||||
void SendGuildPacket(uint32 guild_id, ServerPacket* pack);
|
||||
|
||||
void ClientUpdate(ZoneServer* zoneserver, ServerClientList_Struct* scl);
|
||||
void CLERemoveZSRef(ZoneServer* iZS);
|
||||
|
||||
Reference in New Issue
Block a user