summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index ef616e638..1acdf9360 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -108,7 +108,7 @@ int intif_delete_petdata(int pet_id)
WFIFOL(inter_fd,2) = pet_id;
WFIFOSET(inter_fd,6);
- return 0;
+ return 1;
}
int intif_rename_pet(struct map_session_data *sd,char *name)
{