summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
authorshennetsind <notind@gmail.com>2013-06-27 10:30:26 -0700
committershennetsind <notind@gmail.com>2013-06-27 10:30:26 -0700
commitb97cbaf1a988370cb8cadc3d0108c19d14593b94 (patch)
tree4c7e2b722ad8baf8a165e83832988c8f89e6911f /src/map/pet.c
parentdbb4ce9421aed2defb4f3566e8c0b330c08b58bc (diff)
parent56e37cb8d74da7c12814df50a1d28f59a9b8dc36 (diff)
downloadhercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.tar.gz
hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.tar.bz2
hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.tar.xz
hercules-b97cbaf1a988370cb8cadc3d0108c19d14593b94.zip
Merge pull request #50 from Earisu/master
Chrif interface
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index 8ed88c46c..e6ef0a488 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -408,7 +408,7 @@ int pet_birth_process(struct map_session_data *sd, struct s_pet *pet)
intif_save_petdata(sd->status.account_id,pet);
if (iMap->save_settings&8)
- chrif_save(sd,0); //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]
if(sd->bl.prev != NULL) {
iMap->addblock(&sd->pd->bl);