fix(Core/Pets): fixed crash happening when current pet is forcibly removed (#10025)
This commit is contained in:
parent
b2df4aa970
commit
c1ebda66ba
8 changed files with 50 additions and 10 deletions
|
|
@ -607,7 +607,7 @@ void WorldSession::LogoutPlayer(bool save)
|
|||
guild->HandleMemberLogout(this);
|
||||
|
||||
///- Remove pet
|
||||
_player->RemovePet(nullptr, PET_SAVE_AS_CURRENT);
|
||||
_player->RemovePet(nullptr, PET_SAVE_AS_CURRENT, true);
|
||||
|
||||
// pussywizard: on logout remove auras that are removed at map change (before saving to db)
|
||||
// there are some positive auras from boss encounters that can be kept by logging out and logging in after boss is dead, and may be used on next bosses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue