Core/PacketIO: Updated most packet structures to 9.0.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/cab4c87d2d7f6d734ef067d6bf50f4b1d338a7bc)
This commit is contained in:
@@ -1107,11 +1107,11 @@ namespace Game.Guilds
|
||||
else
|
||||
member.RemoveFlag(GuildMemberFlags.DND);
|
||||
|
||||
GuildEventAwayChange awayChange = new GuildEventAwayChange();
|
||||
awayChange.Guid = memberGuid;
|
||||
awayChange.AFK = afk;
|
||||
awayChange.DND = dnd;
|
||||
BroadcastPacket(awayChange);
|
||||
GuildEventStatusChange statusChange = new GuildEventStatusChange();
|
||||
statusChange.Guid = memberGuid;
|
||||
statusChange.AFK = afk;
|
||||
statusChange.DND = dnd;
|
||||
BroadcastPacket(statusChange);
|
||||
}
|
||||
|
||||
void SendEventBankMoneyChanged()
|
||||
|
||||
Reference in New Issue
Block a user