Core/Pets: Save last summoned pet number in characters table
Port From (https://github.com/TrinityCore/TrinityCore/commit/8349444749227b3fd95196c7d74d9a3dde22dd6b)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user