diff options
Diffstat (limited to 'src/map/pet.c')
-rw-r--r-- | src/map/pet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c index 0bde801ae8..4653ec814 100644 --- a/src/map/pet.c +++ b/src/map/pet.c @@ -451,7 +451,7 @@ int pet_birth_process(struct map_session_data *sd) intif_save_petdata(sd->status.account_id,&sd->pet);
if (save_settings&8)
- chrif_save(sd,0); //FIXME: As before, is it REALLY Needed to save the char for hatching a pet? [Skotlex]
+ chrif_save(sd,0); //is it REALLY Needed to save the char for hatching a pet? [Skotlex]
map_addblock(&sd->pd->bl);
clif_spawn(&sd->pd->bl);
|