diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-12-30 23:26:18 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-12-30 23:26:18 +0000 |
commit | d464d0912e202c11d69d8e33bae8c18304760087 (patch) | |
tree | 3b5fcfa01ecc5277f2a23dd46db0a30a0c320d89 /ChangeLog | |
parent | 9266a94488be76e8cb9700a1426832dfc914320c (diff) | |
download | mana-d464d0912e202c11d69d8e33bae8c18304760087.tar.gz mana-d464d0912e202c11d69d8e33bae8c18304760087.tar.bz2 mana-d464d0912e202c11d69d8e33bae8c18304760087.tar.xz mana-d464d0912e202c11d69d8e33bae8c18304760087.zip |
Updated protocol.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * src/localplayer.cpp: Changed attack message to send the direction the player is visually facing. Removed check on beings when setting an absolute destination. + * src/net/accountserver/account.h, src/net/accountserver/account.cpp, + src/net/protocol.h, src/net/playerhandler.cpp: Updated protocol. 2006-12-29 Guillaume Melquiond <guillaume.melquiond@gmail.com> |