summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index 9177440d4..ad9a4ddbc 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -1068,6 +1068,9 @@ int pet_select_egg(struct map_session_data *sd,short egg_index)
{
nullpo_retr(0, sd);
+ if(egg_index < 0 || egg_index >= MAX_INVENTORY)
+ return 0; //Forged packet!
+
if(sd->status.inventory[egg_index].card[0] == (short)0xff00)
intif_request_petdata(sd->status.account_id, sd->status.char_id, MakeDWord(sd->status.inventory[egg_index].card[1], sd->status.inventory[egg_index].card[2]) );
else {