diff options
Diffstat (limited to 'src/map/pet.h')
-rw-r--r-- | src/map/pet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.h b/src/map/pet.h index 8ecf94d93..c1c27b105 100644 --- a/src/map/pet.h +++ b/src/map/pet.h @@ -5,7 +5,7 @@ #define _PET_H_ #define MAX_PET_DB 300 -#define MAX_PETLOOT_SIZE 30 // [Valaris] - Changed to MAX_PETLOOT_SIZE [Skotlex] +#define MAX_PETLOOT_SIZE 30 struct s_pet_db { short class_; |