Core/Pets: Save last summoned pet number in characters table

Port From (https://github.com/TrinityCore/TrinityCore/commit/8349444749227b3fd95196c7d74d9a3dde22dd6b)
This commit is contained in:
hondacrx
2022-03-10 10:35:54 -05:00
parent 5322ae75dd
commit cd29996170
5 changed files with 18 additions and 28 deletions
-7
View File
@@ -41,13 +41,6 @@ namespace Framework.Constants
NotInSlot = 100 // for avoid conflict with stable size grow will use 100
}
public enum HappinessState
{
UnHappy = 1,
Content = 2,
Happy = 3
}
public enum PetSpellState
{
Unchanged = 0,