diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-14 02:24:49 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-14 02:24:49 +0000 |
commit | f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7 (patch) | |
tree | 0f2717916a49ae9e0d24ba041482f15c5118a727 /src/map/clif.h | |
parent | 92c1c98824efb789709d70ee8d6d5ed6e49b47a3 (diff) | |
parent | 94a8a08118ecd9e358d794d430945ada248d0959 (diff) | |
download | tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.gz tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.bz2 tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.xz tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.zip |
Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
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 |