From 5cea544d7ca60221d956302a3d37a402c2f84b86 Mon Sep 17 00:00:00 2001 From: Shredxt <47064656+shredxt@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:15:20 +0000 Subject: [PATCH 1/3] Add Manapearl to tracked currency --- MethodAltManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MethodAltManager.lua b/MethodAltManager.lua index 5f9581d..a12221a 100644 --- a/MethodAltManager.lua +++ b/MethodAltManager.lua @@ -34,7 +34,7 @@ local favoriteTier = EJ_GetNumTiers() local currencies = { [1560] = {}, [1587] = {}, - [1565] = {}, + [1721] = {}, [1710] = {} }; From d859d1f5368ee23d889333c595848cf8cbfbaca6 Mon Sep 17 00:00:00 2001 From: Shredxt <47064656+shredxt@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:15:50 +0000 Subject: [PATCH 2/3] Bump toc --- MethodAltManager.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MethodAltManager.toc b/MethodAltManager.toc index 3d9e440..a2fa8ee 100644 --- a/MethodAltManager.toc +++ b/MethodAltManager.toc @@ -1,4 +1,4 @@ -## Interface: 80000 +## Interface: 80205 ## Title: Method Alt Manager ## Author: Qoning and Sefriol ## Version: @project-version@ From d466c1943d2536639a52a023018f8c09a9b50f1f Mon Sep 17 00:00:00 2001 From: Shredxt <47064656+shredxt@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:29:15 +0000 Subject: [PATCH 3/3] Add Titan Residuum --- MethodAltManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MethodAltManager.lua b/MethodAltManager.lua index a12221a..47c2c41 100644 --- a/MethodAltManager.lua +++ b/MethodAltManager.lua @@ -33,7 +33,7 @@ local favoriteTier = EJ_GetNumTiers() -- BfA Currencies local currencies = { [1560] = {}, - [1587] = {}, + [1718] = {}, [1721] = {}, [1710] = {} };