Core/Pets: Fix warlocks pet character selection screen and Soul Shard return reagent logout exploit (#29808)
(cherry picked from commit b2c723c6b4fb3494cb08522023791db6b2a096c0)
This commit is contained in:
@@ -620,7 +620,7 @@ void WorldSession::LogoutPlayer(bool save)
|
||||
guild->HandleMemberLogout(this);
|
||||
|
||||
///- Remove pet
|
||||
_player->RemovePet(nullptr, PET_SAVE_AS_CURRENT, true);
|
||||
_player->RemovePet(nullptr, PET_SAVE_AS_CURRENT);
|
||||
|
||||
///- Release battle pet journal lock
|
||||
if (_battlePetMgr->HasJournalLock())
|
||||
|
||||
Reference in New Issue
Block a user