mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/NetworkIO: sync opcode values with wpp and removed duplicate ones
This commit is contained in:
@@ -325,6 +325,6 @@ void GuildFinderMgr::SendApplicantListUpdate(Guild* guild)
|
||||
|
||||
void GuildFinderMgr::SendMembershipRequestListUpdate(Player* player)
|
||||
{
|
||||
WorldPacket data(SMSG_LF_GUILD_APPLICATIONS, 0);
|
||||
WorldPacket data(SMSG_LF_GUILD_APPLICATIONS_LIST_CHANGED, 0);
|
||||
player->SendDirectMessage(&data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user