From 8351823e598345fa0b26c22b57e052da5b75597c Mon Sep 17 00:00:00 2001 From: Darth Predator Date: Sun, 9 Apr 2017 10:04:51 +0300 Subject: [PATCH] Missed currencies --- ElvUI_SLE/modules/sledatatexts/currency.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/sledatatexts/currency.lua b/ElvUI_SLE/modules/sledatatexts/currency.lua index 1558b02..5b5cb1c 100644 --- a/ElvUI_SLE/modules/sledatatexts/currency.lua +++ b/ElvUI_SLE/modules/sledatatexts/currency.lua @@ -72,11 +72,14 @@ local DungeonRaid = { 1166, --Timewarped Badge 1191, -- Valor 1273, --Seal of Broken Fate + 1314, --Lingering soul fragment } local PvPPoints = { 391, -- Tol Barad 1149, --Sightless Eye + 1356, --Echoes of battle + 1357, --Echoes of domination } local MiscellaneousCurrency = { @@ -96,6 +99,7 @@ local MiscellaneousCurrency = { 1155, --Ancient Mana 1154, --Shadowy Coins 1268, --Timeworn Artifact + 1342, --Legionfall war supplies } local HordeColor = RAID_CLASS_COLORS["DEATHKNIGHT"] @@ -144,9 +148,9 @@ end local function SortGold(a,b) local method = E.db.sle.dt.currency.gold.method if E.db.sle.dt.currency.gold.direction == "normal" then - return a[method] < b[method] - else return a[method] > b[method] + else + return a[method] < b[method] end end -- 1.7.9.5