summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-28 18:56:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-28 18:56:57 +0300
commite86d962268592850430f15cf11495473a38041f9 (patch)
treec7d8629d718d104c24b9f95360bc26fd6781a74e /src/net/eathena/packetsin.inc
parentb6d994ed88ec99d08ef60a9ee567687873a18a30 (diff)
downloadManaVerse-e86d962268592850430f15cf11495473a38041f9.tar.gz
ManaVerse-e86d962268592850430f15cf11495473a38041f9.tar.bz2
ManaVerse-e86d962268592850430f15cf11495473a38041f9.tar.xz
ManaVerse-e86d962268592850430f15cf11495473a38041f9.zip
Add packet SMSG_BATTLE_EMBLEM2 0x0b1a.
Also change protocol version to 12.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 4f027d3e6..c2f786d22 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -37,6 +37,7 @@ packet(SMSG_BANK_WITHDRAW, 0x09aa, 16, &BankRecv::processBankWi
packet(SMSG_BATTLE_BEGINS, 0x08df, 50, &BattleGroundRecv::processBattleBegins);
packet(SMSG_BATTLE_CHAT_MESSAGE, 0x02dc, -1, &ChatRecv::processBattleChatMessage);
packet(SMSG_BATTLE_EMBLEM, 0x02dd, 32, &BattleGroundRecv::processBattleEmblem);
+packet(SMSG_BATTLE_EMBLEM2, 0x0b1a, 34, &BattleGroundRecv::processBattleEmblem2);
packet(SMSG_BATTLE_JOINED, 0x08d9, 30, &BattleGroundRecv::processBattleJoined);
packet(SMSG_BATTLE_NOTICE_DELETE, 0x08db, 27, &BattleGroundRecv::processBattleNoticeDelete);
packet(SMSG_BATTLE_PLAY, 0x07fe, 26, &BattleGroundRecv::processBattlePlay);