summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
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/packetsin.inc
parent9c7134fb1991509f9795fb8cd8eec4cf818a93fc (diff)
downloadManaVerse-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.tar.gz
ManaVerse-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.tar.bz2
ManaVerse-5370f99a9a17c6813c227655dd2bb3e1d924c2a2.tar.xz
ManaVerse-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.inc6
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)
{