summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-31 21:21:23 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-31 21:21:23 +0000
commit006fde3c4ba146c62acc03eb419ef7a32a84623d (patch)
treef95c21dc02b2b8d4eb6e57628530f557bc51d28f /ChangeLog
parent18c0302e49c761b2a3b531a0ac2683e5f1135c5e (diff)
downloadmanaserv-006fde3c4ba146c62acc03eb419ef7a32a84623d.tar.gz
manaserv-006fde3c4ba146c62acc03eb419ef7a32a84623d.tar.bz2
manaserv-006fde3c4ba146c62acc03eb419ef7a32a84623d.tar.xz
manaserv-006fde3c4ba146c62acc03eb419ef7a32a84623d.zip
Added protocol for removing equipment. Compressed inventory message a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ea10462..80ceee8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-31 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/defines.h, src/game-server/inventory.hpp,
+ src/game-server/gamehandler.cpp, src/game-server/inventory.cpp: Added
+ protocol for removing equipment. Compressed inventory message a bit.
+
2007-07-29 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/game-server/mapreader.cpp, src/game-server/map.cpp,