summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-27 20:50:23 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-27 20:50:23 +0000
commit22ca80169f4034a67d33d08447882e7355979f7c (patch)
treebff7dd8b5593fb674b5b677b6fa4e1a49d328855 /src/map/clif.c
parent575c8b8ccde247ae48ba7bf84c9931034e9eab48 (diff)
downloadhercules-22ca80169f4034a67d33d08447882e7355979f7c.tar.gz
hercules-22ca80169f4034a67d33d08447882e7355979f7c.tar.bz2
hercules-22ca80169f4034a67d33d08447882e7355979f7c.tar.xz
hercules-22ca80169f4034a67d33d08447882e7355979f7c.zip
- Fixed the Homunculus hungry timer not starting on login.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9336 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index be3309aa3..5d6dded43 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8400,6 +8400,8 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
if(sd->pd && sd->pd->pet.intimate > 900)
clif_pet_emotion(sd->pd,(sd->pd->pet.class_ - 100)*100 + 50 + pet_hungry_val(sd->pd));
+ if(sd->hd)
+ merc_hom_init_timers(sd->hd);
//Delayed night effect on log-on fix for the glow-issue. Thanks to Larry.
if (night_flag && map[sd->bl.m].flag.nightenabled)