Skip to content

Commit

Permalink
[Cleanup] Remove MakeGuildMembers() from wguild_mgr.h (#3106)
Browse files Browse the repository at this point in the history
# Notes
- This is unused.
  • Loading branch information
Kinglykrab committed Mar 17, 2023
1 parent e17fad9 commit b3fb5f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions world/wguild_mgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class WorldGuildManager : public BaseGuildManager {
//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);
Expand Down

0 comments on commit b3fb5f0

Please sign in to comment.