mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
[Cleanup] Remove MakeGuildMembers() from wguild_mgr.h (#3106)
# Notes - This is unused.
This commit is contained in:
parent
e17fad9ae0
commit
b3fb5f00ab
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user