From 15763d860130b85e95e0617aa1a7e55d98669d6f Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 4 May 2009 15:02:25 -0600 Subject: Fix link colors and item links for pickup messages --- src/net/ea/inventoryhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/inventoryhandler.cpp') diff --git a/src/net/ea/inventoryhandler.cpp b/src/net/ea/inventoryhandler.cpp index 6e707bf9..17b64548 100644 --- a/src/net/ea/inventoryhandler.cpp +++ b/src/net/ea/inventoryhandler.cpp @@ -190,8 +190,8 @@ void InventoryHandler::handleMessage(MessageIn &msg) if (config.getValue("showpickupchat", 1)) { - localChatTab->chatLog(strprintf(_("You picked up %s [%s]"), - amountStr.c_str(), itemInfo.getName().c_str()), + localChatTab->chatLog(strprintf(_("You picked up %s [@@%d|%s@@]"), + amountStr.c_str(), itemInfo.getId(), itemInfo.getName().c_str()), BY_SERVER); } -- cgit v1.2.3-60-g2f50