[Cleanup] Remove MakeGuildMembers() from wguild_mgr.h (#3106)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-17 06:22:51 -04:00 committed by GitHub
parent e17fad9ae0
commit b3fb5f00ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,6 @@ public:
//called by zoneserver when it receives a guild message from zone.
void ProcessZonePacket(ServerPacket *pack);
uint8 *MakeGuildMembers(uint32 guild_id, const char *prefix_name, uint32 &length); //make a guild member list packet, returns ownership of the buffer.
protected:
virtual void SendGuildRefresh(uint32 guild_id, bool name, bool motd, bool rank, bool relation);
virtual void SendCharRefresh(uint32 old_guild_id, uint32 guild_id, uint32 charid);