summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-25 22:29:49 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-25 22:29:49 +0300
commit5370f99a9a17c6813c227655dd2bb3e1d924c2a2 (patch)
treedace37bec2b1d18fe4a53ea0bf7c41058ed6d28f /src/net/eathena/beingrecv.h
parent9c7134fb1991509f9795fb8cd8eec4cf818a93fc (diff)
downloadplus-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.tar.gz
plus-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.tar.bz2
plus-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.tar.xz
plus-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.zip
Add packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0a30.
Diffstat (limited to 'src/net/eathena/beingrecv.h')
-rw-r--r--src/net/eathena/beingrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h
index cef6653c8..f6ac6d78e 100644
--- a/src/net/eathena/beingrecv.h
+++ b/src/net/eathena/beingrecv.h
@@ -81,6 +81,7 @@ namespace EAthena
void processPlayerStatusChange(Net::MessageIn &msg);
void processBeingResurrect(Net::MessageIn &msg);
void processPlayerGuilPartyInfo(Net::MessageIn &msg);
+ void processPlayerGuilPartyInfo2(Net::MessageIn &msg);
void processBeingRemoveSkill(Net::MessageIn &msg);
void processBeingFakeName(Net::MessageIn &msg);
void processBeingStatUpdate1(Net::MessageIn &msg);