summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 12:10:41 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 12:10:41 +0000
commitf048a4dd4add4a710bb15f77eaedad93f625b0c4 (patch)
tree46849986ed36a23f9a386b0475eb8e7c4a4f3f68 /ChangeLog
parentb9772c8575708a9f28d89b3b973af73e382e9329 (diff)
downloadmana-client-f048a4dd4add4a710bb15f77eaedad93f625b0c4.tar.gz
mana-client-f048a4dd4add4a710bb15f77eaedad93f625b0c4.tar.bz2
mana-client-f048a4dd4add4a710bb15f77eaedad93f625b0c4.tar.xz
mana-client-f048a4dd4add4a710bb15f77eaedad93f625b0c4.zip
Enabled buying and selling from NPCs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b19278c1..5633a7aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* src/net/messagein.h, src/net/messagein.cpp: Fixed error-prone
interface.
* src/net/inventoryhandler.cpp: Handled money as an inventory part.
+ * src/gui/sell.cpp, src/gui/buy.cpp, src/net/gameserver/player.h,
+ src/net/gameserver/player.cpp: Enabled buying and selling from NPCs.
2007-08-14 Josh Langley <joshlangley[at]optusnet.com.au>