mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7646] Revert one wrongly added line in prev commit.
This commit is contained in:
parent
eb198f8239
commit
c64bbffdd1
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ void Pet::SavePetToDB(PetSaveMode mode)
|
|||
return;
|
||||
|
||||
// save only fully controlled creature
|
||||
if (!isControlled() && !isTemporarySummoned())
|
||||
if (!isControlled())
|
||||
return;
|
||||
|
||||
// not save not player pets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue