diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-14 12:10:41 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-14 12:10:41 +0000 |
commit | f048a4dd4add4a710bb15f77eaedad93f625b0c4 (patch) | |
tree | 46849986ed36a23f9a386b0475eb8e7c4a4f3f68 /ChangeLog | |
parent | b9772c8575708a9f28d89b3b973af73e382e9329 (diff) | |
download | mana-f048a4dd4add4a710bb15f77eaedad93f625b0c4.tar.gz mana-f048a4dd4add4a710bb15f77eaedad93f625b0c4.tar.bz2 mana-f048a4dd4add4a710bb15f77eaedad93f625b0c4.tar.xz mana-f048a4dd4add4a710bb15f77eaedad93f625b0c4.zip |
Enabled buying and selling from NPCs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |