summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-05-13 17:14:05 -0400
committerJared Adams <jaxad0127@gmail.com>2009-05-13 15:19:45 -0600
commitabb8b0a2cd5577cce954f638dca5fa3f371391fb (patch)
treeabe614224b7cc563bd1febb9e02a416016873b16 /src/map/atcommand.c
parenta60768f84c1e4fcf321208b39443fe01254f376c (diff)
downloadtmwa-abb8b0a2cd5577cce954f638dca5fa3f371391fb.tar.gz
tmwa-abb8b0a2cd5577cce954f638dca5fa3f371391fb.tar.bz2
tmwa-abb8b0a2cd5577cce954f638dca5fa3f371391fb.tar.xz
tmwa-abb8b0a2cd5577cce954f638dca5fa3f371391fb.zip
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.
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
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);