diff options
Diffstat (limited to 'src/game/Pet.h')
-rw-r--r-- | src/game/Pet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Pet.h b/src/game/Pet.h index 5879208a6b8..3d1630c9ddc 100644 --- a/src/game/Pet.h +++ b/src/game/Pet.h @@ -39,8 +39,6 @@ enum PetSaveMode { PET_SAVE_AS_DELETED =-1, PET_SAVE_AS_CURRENT = 0, - PET_SAVE_IN_STABLE_SLOT_1 = 1, - PET_SAVE_IN_STABLE_SLOT_2 = 2, PET_SAVE_NOT_IN_SLOT = 3 }; |