summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-04-04 21:02:47 +0100
committerAsheraf <acheraf1998@gmail.com>2018-04-04 21:05:58 +0100
commit4faf1f94fc7d38d0004b9694341c1c63c5785894 (patch)
treea54752de55f3a803a1f3d66fd9bf7d1b19f8f17e /src/map/clif.h
parent9ecc1bde4ea83f14be6b72f68a134dca4cb34478 (diff)
downloadhercules-4faf1f94fc7d38d0004b9694341c1c63c5785894.tar.gz
hercules-4faf1f94fc7d38d0004b9694341c1c63c5785894.tar.bz2
hercules-4faf1f94fc7d38d0004b9694341c1c63c5785894.tar.xz
hercules-4faf1f94fc7d38d0004b9694341c1c63c5785894.zip
Add support for packet ZC_MSG_COLOR
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 00881db3b..eee978aac 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -887,6 +887,7 @@ struct clif_interface {
void (*msgtable_num) (struct map_session_data *sd, unsigned short msg_id, int value);
void (*msgtable_skill) (struct map_session_data *sd, uint16 skill_id, int msg_id);
void (*msgtable_str) (struct map_session_data *sd, uint16 msg_id, const char *value);
+ void (*msgtable_color) (struct map_session_data *sd, uint16 msg_id, uint32 color);
void (*message) (const int fd, const char* mes);
void (*messageln) (const int fd, const char* mes);
/* message+s(printf) */