From 9b3a759edca28fa9445949aa0a3664d7dc8f6b2f Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 16 Aug 2006 16:31:30 +0000 Subject: - @produce now can make any kind of equipment - Fixed a warning on the mob_ai - Made HLIF_AVOID and HAMI_DEFENCE cause the status change on both caster and target. - AM_REST shouldn't be checking for a range now (since it's a self skill) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8318 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/pet.c') diff --git a/src/map/pet.c b/src/map/pet.c index 3e63e1251..68b0510e0 100644 --- a/src/map/pet.c +++ b/src/map/pet.c @@ -410,11 +410,11 @@ int pet_data_init(struct map_session_data *sd, struct s_pet *pet) pd->bl.x = pd->ud.to_x; pd->bl.y = pd->ud.to_y; pd->bl.id = npc_get_new_npc_id(); - pd->db = mob_db(pd->pet.class_); + pd->db = mob_db(pet->class_); pd->bl.subtype = MONS; pd->bl.type = BL_PET; pd->msd = sd; - status_set_viewdata(&pd->bl, pd->pet.class_); + status_set_viewdata(&pd->bl, pet->class_); unit_dataset(&pd->bl); pd->ud.dir = sd->ud.dir; pd->last_thinktime = gettick(); -- cgit v1.2.3-60-g2f50