summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-19 00:42:12 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-22 06:33:28 +0300
commit759065f794b8ef7ee3e9276da1b47c1f86478cdc (patch)
treefc1880dba048c61bf76467d938757788f7fb0041 /src/map/clif.h
parent327f8c62cf1515901fe0c64b5d0d772ac2d0ecb9 (diff)
downloadhercules-759065f794b8ef7ee3e9276da1b47c1f86478cdc.tar.gz
hercules-759065f794b8ef7ee3e9276da1b47c1f86478cdc.tar.bz2
hercules-759065f794b8ef7ee3e9276da1b47c1f86478cdc.tar.xz
hercules-759065f794b8ef7ee3e9276da1b47c1f86478cdc.zip
Add packet ZC_GUILD_POSITION.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 406c6ca6a..b74eb8625 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1041,6 +1041,9 @@ struct clif_interface {
void (*guild_positionnamelist) (struct map_session_data *sd);
void (*guild_positioninfolist) (struct map_session_data *sd);
void (*guild_expulsionlist) (struct map_session_data* sd);
+ void (*guild_set_position) (struct map_session_data *sd);
+ void (*guild_position_selected) (struct map_session_data *sd);
+
bool (*validate_emblem) (const uint8* emblem, unsigned long emblem_len);
/* battleground-specific */
void (*bg_hp) (struct map_session_data *sd);