From e25963f4562516f4b4aada3983af567f81555165 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 31 Aug 2006 14:18:37 +0000 Subject: - Fixed @summon's delete timer being screwed up. - Cleaned up a bit the summon script command. - Fixed the clone script command's delete-timer being screwed up. - Corrected battle config name max_walk_rate, it should be named max_walk_speed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8559 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index ed66dbabf..8018cbf82 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -6323,7 +6323,7 @@ int clif_sendegg(struct map_session_data *sd) if(sd->status.pet_id <= 0) { for(i=0,n=0;istatus.inventory[i].nameid<=0 || sd->inventory_data[i] == NULL || - sd->inventory_data[i]->type!=7 || + sd->inventory_data[i]->type!=IT_PETEGG || sd->status.inventory[i].amount<=0) continue; WFIFOW(fd,n*2+4)=i+2; -- cgit v1.2.3-70-g09d2