From 1c815c5d094f97af0ee703061033bc805af3627e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Sep 2014 00:27:41 +0300 Subject: eathena: add into db packet SMSG_PARTY_INVITATION_STATS 0x02c9. --- src/net/eathena/packets.h | 2 +- src/net/eathena/protocol.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h index 3c91d5774..ff2813bc6 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -98,7 +98,7 @@ int16_t packet_lengths[] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 0, 0, 0, 0, // #0x02C0 - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 0fb92a116..7e747748d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -147,6 +147,7 @@ #define SMSG_PARTY_UPDATE_HP 0x0106 #define SMSG_PARTY_UPDATE_COORDS 0x0107 #define SMSG_PARTY_MESSAGE 0x0109 +#define SMSG_PARTY_INVITATION_STATS 0x02c9 #define SMSG_PLAYER_STORAGE_ITEMS 0x01f0 /**< Item list for storage */ #define SMSG_PLAYER_STORAGE_EQUIP 0x00a6 /**< Equipment list for storage */ -- cgit v1.2.3-70-g09d2