summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-16 13:50:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-16 13:50:02 +0300
commitb2d53621965a559ab31fb2425ae3b1b294ce571e (patch)
treed34a75c01f8da6f81bff8719454c5458ecae0ce6 /src/net/eathena/protocol.h
parent5056f25afdcba11410b2450112bb3b516320a705 (diff)
downloadManaVerse-b2d53621965a559ab31fb2425ae3b1b294ce571e.tar.gz
ManaVerse-b2d53621965a559ab31fb2425ae3b1b294ce571e.tar.bz2
ManaVerse-b2d53621965a559ab31fb2425ae3b1b294ce571e.tar.xz
ManaVerse-b2d53621965a559ab31fb2425ae3b1b294ce571e.zip
eathena: remove packet SMSG_PLAYER_UPDATE_2.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 286372ce1..8d495690a 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -56,7 +56,6 @@
#define SMSG_MAP_LOGIN_SUCCESS 0x0a18 /**< Contains starting location */
#define SMSG_MAP_QUIT_RESPONSE 0x018b
-#define SMSG_PLAYER_UPDATE_2 0x01d9
#define SMSG_PLAYER_MOVE 0x01da /**< A nearby player moves */
#define SMSG_PLAYER_STOP 0x0088 /**< Stop walking, set position */
#define SMSG_PLAYER_MOVE_TO_ATTACK 0x0139 /**< Move to within attack range */