diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-13 16:08:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-13 16:09:16 +0300 |
commit | ac815f32696c415f02c6c5cde1d10c3111d3d28e (patch) | |
tree | 8adf5b2bdc394ba82896501c6c891538bea568b9 /src/emap/clif.h | |
parent | a8e73e0cfdc5f0600ac26a6b733bace49edd0e9f (diff) | |
download | plugin-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.gz plugin-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.bz2 plugin-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.xz plugin-ac815f32696c415f02c6c5cde1d10c3111d3d28e.zip |
Dont hide egg card fields in packets.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r-- | src/emap/clif.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/clif.h b/src/emap/clif.h index d396d98..046394f 100644 --- a/src/emap/clif.h +++ b/src/emap/clif.h @@ -81,5 +81,9 @@ void eclif_set_unit_idle_old(struct block_list* bl, enum send_target target); void eclif_spawn_unit_pre(struct block_list **blPtr, enum send_target *target); +void eclif_addcards_post(unsigned char *buf, + struct item *item); +void eclif_addcards2_post(unsigned short *cards, + struct item *item); #endif // EVOL_MAP_CLIF |