diff options
author | shennetsind <ind@henn.et> | 2013-11-25 19:35:38 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-25 19:35:38 -0200 |
commit | 61841e7861f63d98ecb417e2bf17135970b79c5a (patch) | |
tree | 40a9793423d523197df97ed80d5be96c1e615c20 /src/map/clif.h | |
parent | 858835c54adb57c54e4870bd61caab8cfcf2f6df (diff) | |
download | hercules-61841e7861f63d98ecb417e2bf17135970b79c5a.tar.gz hercules-61841e7861f63d98ecb417e2bf17135970b79c5a.tar.bz2 hercules-61841e7861f63d98ecb417e2bf17135970b79c5a.tar.xz hercules-61841e7861f63d98ecb417e2bf17135970b79c5a.zip |
Fixed getareachar_skillunit v4 and minor cleanup
Special thanks to Rytech for pointing it out, updated to match latest data (Thanks to Yommy) and some minor cleanup
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 76d52311f..47ee383e3 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -586,7 +586,6 @@ struct clif_interface { 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 (*class_change) (struct block_list *bl,int class_,int type); - void (*skill_setunit) (struct skill_unit *su); void (*skill_delunit) (struct skill_unit *su); void (*skillunit_update) (struct block_list* bl); int (*clearunit_delayed_sub) (int tid, int64 tick, int id, intptr_t data); @@ -596,10 +595,11 @@ struct clif_interface { void (*set_unit_idle2) (struct block_list* bl, struct map_session_data *tsd, enum send_target target); void (*set_unit_walking) (struct block_list* bl, struct map_session_data *tsd,struct unit_data* ud, enum send_target target); int (*calc_walkdelay) (struct block_list *bl,int delay, int type, int damage, int div_); - void (*getareachar_skillunit) (struct map_session_data *sd, struct skill_unit *su); + void (*getareachar_skillunit) (struct block_list *bl, struct skill_unit *su, enum send_target target); void (*getareachar_unit) (struct map_session_data* sd,struct block_list *bl); void (*clearchar_skillunit) (struct skill_unit *su, int fd); int (*getareachar) (struct block_list* bl,va_list ap); + void (*graffiti_entry) (struct block_list *bl, struct skill_unit *su, enum send_target target); /* main unit spawn */ int (*spawn) (struct block_list *bl); /* map-related */ |