diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-25 22:29:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-25 22:29:49 +0300 |
commit | 5370f99a9a17c6813c227655dd2bb3e1d924c2a2 (patch) | |
tree | dace37bec2b1d18fe4a53ea0bf7c41058ed6d28f /src/net/eathena/packetsin.inc | |
parent | 9c7134fb1991509f9795fb8cd8eec4cf818a93fc (diff) | |
download | plus-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/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index b1a7475bb..191e801f5 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -938,6 +938,12 @@ if (packetVersion >= 20150422) packet(SMSG_BEING_HAT_EFFECTS, 0x0a3b, -1, &BeingRecv::processBeingHatEffects, 20150422); } +// 20150503 +if (packetVersion >= 20150503) +{ + packet(SMSG_PLAYER_GUILD_PARTY_INFO, 0x0a30, 106, &BeingRecv::processPlayerGuilPartyInfo2, 20150503); +} + // 20150513 if (packetVersion >= 20150513) { |