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/script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index d731b3f..5c3528e 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -5523,11 +5523,11 @@ int buildin_misceffect(struct script_state *st) type=conv_num(st,& (st->stack->stack_data[st->start+2])); if(st->oid) - clif_misceffect2(map_id2bl(st->oid),type); + clif_misceffect(map_id2bl(st->oid),type); else{ struct map_session_data *sd=script_rid2sd(st); if(sd) - clif_misceffect2(&sd->bl,type); + clif_misceffect(&sd->bl,type); } return 0; } -- cgit v1.2.3-60-g2f50