diff options
Diffstat (limited to 'src/game/Pet.cpp')
-rw-r--r-- | src/game/Pet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 775c0ee8df5..8fd3f70f6d2 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -425,7 +425,7 @@ void Pet::SavePetToDB(PetSaveMode mode) << GetEntry() << ", " << owner << ", " << GetNativeDisplayId() << ", " - << getLevel() << ", " + << uint32(getLevel()) << ", " << GetUInt32Value(UNIT_FIELD_PETEXPERIENCE) << ", " << uint32(GetReactState()) << ", " << uint32(mode) << ", '" |