diff options
author | David Athay <ko2fan@gmail.com> | 2008-06-14 16:59:25 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-06-14 16:59:25 +0000 |
commit | 3fcb588f254ccf5869842dfd1965decaf2008817 (patch) | |
tree | af1432da97e170506e8fd0a29d4559a38c4d8dae /ChangeLog | |
parent | 5fbb6c822dcf01297a29078eb6abc552dcb8b80d (diff) | |
download | mana-3fcb588f254ccf5869842dfd1965decaf2008817.tar.gz mana-3fcb588f254ccf5869842dfd1965decaf2008817.tar.bz2 mana-3fcb588f254ccf5869842dfd1965decaf2008817.tar.xz mana-3fcb588f254ccf5869842dfd1965decaf2008817.zip |
Fixed trade bug again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * src/gui/shop.cpp, src/gui/browserbox.cpp, src/net/tradehandler.cpp: Fixed compilation errors. Fixed trade bug (although a little hacky right now). + * src/net/tradehandler.cpp: Changed bug fix as requested by Bjørn. 2008-06-08 Fate <fate.tmw@googlemail.com> |