mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Core/PacketIO: fixed instance binding of gamemasters
(cherry picked from commit231fb1d322) (cherry picked from commita968595977)
This commit is contained in:
@@ -3251,8 +3251,8 @@ void InstanceMap::PermBindAllPlayers(Player* source)
|
||||
WorldPacket data(SMSG_INSTANCE_SAVE_CREATED, 4);
|
||||
data << uint32(0);
|
||||
player->GetSession()->SendPacket(&data);
|
||||
|
||||
player->GetSession()->SendCalendarRaidLockout(save, true);
|
||||
if (!player->IsGameMaster())
|
||||
player->GetSession()->SendCalendarRaidLockout(save, true);
|
||||
}
|
||||
|
||||
// if the leader is not in the instance the group will not get a perm bind
|
||||
|
||||
Reference in New Issue
Block a user