diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-08 23:38:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-08 23:38:02 +0300 |
commit | e01af2f01eb2e17d259d685734cfc4277bb076f7 (patch) | |
tree | 7156a47a97e13657d1fadbc871e535c3fd44ac13 /src/net/eathena/packetsin.inc | |
parent | c842bf2e3e82cb0747f1faba5f8b2adf41846449 (diff) | |
download | plus-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.gz plus-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.bz2 plus-e01af2f01eb2e17d259d685734cfc4277bb076f7.tar.xz plus-e01af2f01eb2e17d259d685734cfc4277bb076f7.zip |
Add packet SMSG_CLAN_INFO 0x098a.
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 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) { |