diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-11 01:13:41 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-11 01:13:41 +0000 |
commit | 77f36a762560d1c7d4b94407d6b645153ad77224 (patch) | |
tree | bf06ce11250b503386d4f5701df48a082af953d4 /src/net | |
parent | 7b41ec2aaf871b7a443c65259afc1fd625dd3b9f (diff) | |
download | mana-77f36a762560d1c7d4b94407d6b645153ad77224.tar.gz mana-77f36a762560d1c7d4b94407d6b645153ad77224.tar.bz2 mana-77f36a762560d1c7d4b94407d6b645153ad77224.tar.xz mana-77f36a762560d1c7d4b94407d6b645153ad77224.zip |
Well, yet again the commit seems to have left some files out.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index b57e8d7c..2f4911d5 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -25,6 +25,7 @@ #define _TMW_PROTOCOL_H // Packets from server to client +#define SMSG_LOGIN_SUCCESS 0x0073 // Logged in, starting location #define SMSG_REMOVE_BEING 0x0080 // Died, logged out, teleport, etc. #define SMSG_MOVE_BEING 0x007b // A nearby monster moves #define SMSG_PLAYER_UPDATE_1 0x01d8 // |