diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 00:27:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:55 +0300 |
commit | 1c815c5d094f97af0ee703061033bc805af3627e (patch) | |
tree | 6c6d3e09d3a8815ccdaf88ff91f4b5a94fa9d258 /src/net/eathena/protocol.h | |
parent | 4f19173e1c6f606cbbbc7785ab270ab70dff1df0 (diff) | |
download | plus-1c815c5d094f97af0ee703061033bc805af3627e.tar.gz plus-1c815c5d094f97af0ee703061033bc805af3627e.tar.bz2 plus-1c815c5d094f97af0ee703061033bc805af3627e.tar.xz plus-1c815c5d094f97af0ee703061033bc805af3627e.zip |
eathena: add into db packet SMSG_PARTY_INVITATION_STATS 0x02c9.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |