summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-09-12 08:15:45 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-09-12 08:15:45 +0000
commit1afcf2608c0a466d2df21faea1530955cc8061fc (patch)
tree27f279ca5d012ddd3f805d531e093a2561c15abe /ChangeLog
parente5038965dbea0dbc7269c4114cbdaddd6899c665 (diff)
downloadmana-client-1afcf2608c0a466d2df21faea1530955cc8061fc.tar.gz
mana-client-1afcf2608c0a466d2df21faea1530955cc8061fc.tar.bz2
mana-client-1afcf2608c0a466d2df21faea1530955cc8061fc.tar.xz
mana-client-1afcf2608c0a466d2df21faea1530955cc8061fc.zip
Allowed selection of items that cannot be afforded, so that their descriptions
are still accessible. Also made sure the player's money value of ShopItemList gets updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bf9046c..cb92d5f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* data/items.xml, data/equipment.xml: Added temporary weapon IDs below
256 to use as view-ID in eAthena's item DB.
+ * src/gui/shoplistbox.cpp, src/gui/buy.h, src/gui/buy.cpp: Allowed
+ selection of items that cannot be afforded, so that their descriptions
+ are still accessible. Also made sure the player's money value of
+ ShopItemList gets updated.
2007-09-11 Eugenio Favalli <elvenprogrammer@gmail.com>