Quantcast

Missed currencies

Darth Predator [08-30-17 - 15:50]
Missed currencies
Filename
CHANGELOG.txt
ElvUI_SLE/modules/sledatatexts/currency.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index c91aaff..b95e822 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+v3.28
+Additions:
+- Added missed currencies to the datatext
+
 v3.27 08/29/17
 Changes:
 - Changed the way aura threshold works to avoid incompatibility with CustomTweaks
diff --git a/ElvUI_SLE/modules/sledatatexts/currency.lua b/ElvUI_SLE/modules/sledatatexts/currency.lua
index 21dec88..de024d4 100644
--- a/ElvUI_SLE/modules/sledatatexts/currency.lua
+++ b/ElvUI_SLE/modules/sledatatexts/currency.lua
@@ -102,6 +102,9 @@ local MiscellaneousCurrency = {
 	1268, --Timeworn Artifact
 	1342, --Legionfall war supplies
 	1501, --Writhing Essence
+	1506, --Argus Waystone
+	1299, --Brawler's Gold
+	1508, --Veiled Argunite
 }

 local HordeColor = RAID_CLASS_COLORS["DEATHKNIGHT"]