summaryrefslogtreecommitdiff
path: root/src/emap/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-13 16:08:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-13 16:09:16 +0300
commitac815f32696c415f02c6c5cde1d10c3111d3d28e (patch)
tree8adf5b2bdc394ba82896501c6c891538bea568b9 /src/emap/clif.h
parenta8e73e0cfdc5f0600ac26a6b733bace49edd0e9f (diff)
downloadevol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.gz
evol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.bz2
evol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.tar.xz
evol-hercules-ac815f32696c415f02c6c5cde1d10c3111d3d28e.zip
Dont hide egg card fields in packets.
Diffstat (limited to 'src/emap/clif.h')
-rw-r--r--src/emap/clif.h4
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