summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-04-26 17:37:03 +0000
committerDennis Friis <peavey@placid.dk>2008-04-26 17:37:03 +0000
commit095b6e3d86fe30558abfeff084171e405a1f22d9 (patch)
treee5bd4a65249a6a937c6315d871cfd8d9561b7865 /ChangeLog
parent1edab2457fa2dbf67ced0bc871e02857a58f5aa3 (diff)
downloadMana-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cfedec6..81c249cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>