From 01a1daae3343e0c993de83e7c38fab6a7f5bf5d4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 8 Jul 2006 17:13:39 +0000 Subject: - Fixed the char table having party/guild_id as smallint when they need int there. Thanks to hermematon for pointing it out (use svn_ugprade7580.sql) - Applied k3dt fixes to pet-hatching, ice-wall check, and wedding skills. - Fixed endow skills calling the skill no damage packet twice. - Fixed a crash on warpwaitingpc when the chat-room is empty. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7580 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pet.c') diff --git a/src/map/pet.c b/src/map/pet.c index 428114dc8..3bec8da30 100644 --- a/src/map/pet.c +++ b/src/map/pet.c @@ -502,7 +502,7 @@ int pet_recv_petdata(int account_id,struct s_pet *p,int flag) clif_spawn(&sd->pd->bl); clif_send_petdata(sd,0,0); clif_send_petdata(sd,5,battle_config.pet_hair_style); -// clif_pet_equip(sd->pd); + clif_pet_equip(sd->pd); clif_send_petstatus(sd); } } -- cgit v1.2.3-70-g09d2