Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 43 of 43
Posted By: dalaeraOne more thing, I followed the above link and changed COPPER, SILVER and GOLD into COPPER_AMOUNT, SILVER_AMOUNT and GOLD_AMOUNT, which seems to have sorted the original issue of this thread.

local GOLD = string.gsub(GOLD_AMOUNT, "%%d ", "");
local SILVER = string.gsub(SILVER_AMOUNT, "%%d ", "");
local COPPER = string.gsub(COPPER_AMOUNT, "%%d ", "");Posted By: AstaldoLike I said above a fix users can apply to their local copy until a new build is available:
1. Open \Gatherer\Swag\LibSwag.lua in a text editor.
2. Scroll down to line 61 or thereabouts, or search for "local log"
3. Paste the following 3 lines under "local log"local GOLD = string.gsub(GOLD_AMOUNT, "%%d ", "");
local SILVER = string.gsub(SILVER_AMOUNT, "%%d ", "");
local COPPER = string.gsub(COPPER_AMOUNT, "%%d ", "");
4. Save the file and reload your game.
Posted By: biggoofyukPosted By: AstaldoLike I said above a fix users can apply to their local copy until a new build is available:
1. Open \Gatherer\Swag\LibSwag.lua in a text editor.
2. Scroll down to line 61 or thereabouts, or search for "local log"
3. Paste the following 3 lines under "local log"local GOLD = string.gsub(GOLD_AMOUNT, "%%d ", "");
local SILVER = string.gsub(SILVER_AMOUNT, "%%d ", "");
local COPPER = string.gsub(COPPER_AMOUNT, "%%d ", "");
4. Save the file and reload your game.
Tried that, it causes another set of errors. That fix may work for you, but like dalaera said, if it was that easy, there would have been a patch update already.
Posted By: ccoxIn other words: we fixed that issue ages ago, and you are running an out of date version of Gatherer.

1 to 43 of 43