mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/PacketIO: Updated values of all known server opcodes
This commit is contained in:
@@ -317,7 +317,7 @@ void GuildFinderMgr::DeleteGuild(ObjectGuid const& guildId)
|
||||
|
||||
void GuildFinderMgr::SendApplicantListUpdate(Guild* guild)
|
||||
{
|
||||
WorldPacket data(SMSG_LF_GUILD_APPLICANT_LIST_UPDATED, 0);
|
||||
WorldPacket data(SMSG_LF_GUILD_APPLICANT_LIST_CHANGED, 0);
|
||||
if (Player* player = ObjectAccessor::FindPlayer(guild->GetLeaderGUID()))
|
||||
player->SendDirectMessage(&data);
|
||||
guild->BroadcastPacketToRank(&data, GR_OFFICER);
|
||||
|
||||
Reference in New Issue
Block a user