diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-26 17:37:03 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-26 17:37:03 +0000 |
commit | 095b6e3d86fe30558abfeff084171e405a1f22d9 (patch) | |
tree | e5bd4a65249a6a937c6315d871cfd8d9561b7865 /ChangeLog | |
parent | 1edab2457fa2dbf67ced0bc871e02857a58f5aa3 (diff) | |
download | mana-095b6e3d86fe30558abfeff084171e405a1f22d9.tar.gz mana-095b6e3d86fe30558abfeff084171e405a1f22d9.tar.bz2 mana-095b6e3d86fe30558abfeff084171e405a1f22d9.tar.xz mana-095b6e3d86fe30558abfeff084171e405a1f22d9.zip |
When picking up GP from trade or quest, tell the user in the chat window like with items.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * src/inventory.cpp: Avoid stacking equipment other than arrows. Based on similar fix in inventoryhandler. + * src/gui/trade.cpp: Text fix, z => GP. + * src/net/playerhandler.cpp: When picking up GP from trade or quest, + tell the user in the chat window like with items. 2008-04-24 Dennis Friis <peavey@placid.dk> |