diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-27 13:15:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-06 16:16:07 +0300 |
commit | 366f69ca66b1be3fcc8f998c7ab7bf88b0515b30 (patch) | |
tree | 6b0e92bc4c2260f88d738aa01b74b448b8e50759 /src/map/clif.h | |
parent | 867ca32885a67fa69a00a3814ba33208274e81ba (diff) | |
download | hercules-366f69ca66b1be3fcc8f998c7ab7bf88b0515b30.tar.gz hercules-366f69ca66b1be3fcc8f998c7ab7bf88b0515b30.tar.bz2 hercules-366f69ca66b1be3fcc8f998c7ab7bf88b0515b30.tar.xz hercules-366f69ca66b1be3fcc8f998c7ab7bf88b0515b30.zip |
Move actual 0xc3 and 0x1d7 packets sending into one function.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index ccaedabcb..68c5f8a4d 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -648,6 +648,7 @@ struct clif_interface { void (*changelook) (struct block_list *bl,int type,int val); void (*changetraplook) (struct block_list *bl,int val); void (*refreshlook) (struct block_list *bl,int id,int type,int val,enum send_target target); + void (*sendlook) (struct block_list *bl, int id, int type, int val, int val2, enum send_target target); void (*class_change) (struct block_list *bl,int class_,int type); void (*skill_delunit) (struct skill_unit *su); void (*skillunit_update) (struct block_list* bl); |