diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-28 03:43:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-28 03:43:19 +0300 |
commit | 9438cc42d708801b73ebe1083e5a9043bdb4a29a (patch) | |
tree | 9d355aaa0fa4c8391ca7dd3ffd3c642f3142fe25 /src/emap/clif.h | |
parent | 2a1492c2bdc85f2917775987d4f72660fcfed4b0 (diff) | |
download | evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.tar.gz evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.tar.bz2 evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.tar.xz evol-hercules-9438cc42d708801b73ebe1083e5a9043bdb4a29a.zip |
Fix sending player flags to other players.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r-- | src/emap/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h index b03208e..64bdaef 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -8,6 +8,7 @@ void eclif_quest_send_list(TBL_PC *sd); void eclif_quest_add(TBL_PC *sd, struct quest *qd); void eclif_charnameack(int *fdPtr, struct block_list *bl); void eclif_getareachar_unit_post(TBL_PC* sd, struct block_list *bl); +bool eclif_spawn_post(bool retVal, struct block_list *bl); void eclif_sendlook(struct block_list *bl, int *id, int *type, int *val, int *val2, enum send_target *target); bool eclif_send(const void* buf, int *len, struct block_list* bl, enum send_target *type); |