diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-08-14 08:39:50 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-08-14 08:39:50 -0600 |
commit | 70faeb3733a9a5c39acb75c2c8765e8c2acd1dd5 (patch) | |
tree | 7eaeaeca11fe793f8b8de00f7797e5dbd9b6cea1 /src/map/clif.h | |
parent | 1b7508c510aae8906fdcd7309da47c97b2804184 (diff) | |
download | tmwa-70faeb3733a9a5c39acb75c2c8765e8c2acd1dd5.tar.gz tmwa-70faeb3733a9a5c39acb75c2c8765e8c2acd1dd5.tar.bz2 tmwa-70faeb3733a9a5c39acb75c2c8765e8c2acd1dd5.tar.xz tmwa-70faeb3733a9a5c39acb75c2c8765e8c2acd1dd5.zip |
Revert "Change sending of hair style and color"
This reverts commit 1b7508c510aae8906fdcd7309da47c97b2804184.
After talking on IRC, this change is no longer needed.
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 0816093..198bbff 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -63,7 +63,6 @@ int clif_damage(struct block_list *,struct block_list *,unsigned int,int,int,int #define clif_takeitem(src,dst) clif_damage(src,dst,0,0,0,0,0,1,0) int clif_changelook(struct block_list *,int,int); // area int clif_changelook_towards(struct block_list *,int,int, struct map_session_data *dst); // area or target -int clif_changehair(struct block_list *,int,int); void clif_changelook_accessories(struct block_list *bl, struct map_session_data *dst); // area or target; list gloves, boots etc. int clif_arrowequip(struct map_session_data *sd,int val); //self int clif_arrow_fail(struct map_session_data *sd,int type); //self |