mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10377] Simplify use Guild::BroadcastEvent
This commit is contained in:
parent
c5ffa7710b
commit
f2406c1962
6 changed files with 52 additions and 50 deletions
|
|
@ -385,7 +385,7 @@ void WorldSession::LogoutPlayer(bool Save)
|
|||
guild->SetMemberStats(_player->GetGUID());
|
||||
guild->UpdateLogoutTime(_player->GetGUID());
|
||||
|
||||
guild->BroadcastEvent(GE_SIGNED_OFF, _player->GetGUID(), 1, _player->GetName(), "", "");
|
||||
guild->BroadcastEvent(GE_SIGNED_OFF, _player->GetGUID(), _player->GetName());
|
||||
}
|
||||
|
||||
///- Remove pet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue