From abb8b0a2cd5577cce954f638dca5fa3f371391fb Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Wed, 13 May 2009 17:14:05 -0400 Subject: Cleans up the net code for effects Removes the 0x1f3 packet since its the same as 0x19b packet, and our client doesn't handle 0x1f3. --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 374db77..c96b8d7 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -6740,7 +6740,7 @@ int atcommand_summon(const int fd, struct map_session_data* sd, const char* comm md->state.special_mob_ai=1; md->mode=mob_db[md->class].mode|0x04; md->deletetimer=add_timer(tick+60000,mob_timer_delete,id,0); - clif_misceffect2(&md->bl,344); + clif_misceffect(&md->bl,344); } clif_skill_poseffect(&sd->bl,AM_CALLHOMUN,1,x,y,tick); -- cgit v1.2.3-70-g09d2