summaryrefslogtreecommitdiff
path: root/src/map/clif.h
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/clif.h
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/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 078d1a6..198bbff 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -70,7 +70,6 @@ int clif_statusupack(struct map_session_data *,int,int,int); // self
int clif_equipitemack(struct map_session_data *,int,int,int); // self
int clif_unequipitemack(struct map_session_data *,int,int,int); // self
int clif_misceffect(struct block_list*,int); // area
-int clif_misceffect2(struct block_list *bl,int type);
int clif_changeoption(struct block_list*); // area
int clif_useitemack(struct map_session_data*,int,int,int); // self