summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-08 23:38:02 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-08 23:38:02 +0300
commite01af2f01eb2e17d259d685734cfc4277bb076f7 (patch)
tree7156a47a97e13657d1fadbc871e535c3fd44ac13 /src/net/eathena/packetsin.inc
parentc842bf2e3e82cb0747f1faba5f8b2adf41846449 (diff)
downloadmv-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.gz
mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.bz2
mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.xz
mv-e01af2f01eb2e17d259d685734cfc4277bb076f7.zip
Add packet SMSG_CLAN_INFO 0x098a.
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 e3304821f..0c84deb7d 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -730,6 +730,12 @@ if (packetVersion >= 20120604)
packet(SMSG_PLAYER_SKILL_COOLDOWN_LIST, 0x0985, -1, &SkillRecv::processSkillCoolDownList, 20120604);
}
+// 20120702
+if (packetVersion >= 20120702)
+{
+ packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20120702);
+}
+
// 20120925
if (packetVersion >= 20120925)
{