From 83c890478d5588179ffd81b29a95d4bafd0fb118 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Mon, 13 Jun 2011 15:31:47 +0000 Subject: * Fixed pet's equip would visually disappear when it's walk speed was changed while it was standing (related r14838). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14847 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 5537a1374..bffb708d5 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1376,6 +1376,12 @@ static void clif_move2(struct block_list *bl, struct view_data *vd, struct unit_ clif_specialeffect(&md->bl,421,AREA); } break; + case BL_PET: + if( vd->head_bottom ) + {// needed to display pet equip properly + clif_pet_equip_area((TBL_PET*)bl); + } + break; } return; } -- cgit v1.2.3-70-g09d2