From 57650a4b790588db8665182fed066f79bc394314 Mon Sep 17 00:00:00 2001 From: Jesse Manelius Date: Mon, 18 Sep 2017 23:14:56 +0300 Subject: [PATCH] update for 7.3 --- iKeystones.lua | 31 ++++++++++++++++--------------- iKeystones.toc | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/iKeystones.lua b/iKeystones.lua index 64301a3..1b72a06 100644 --- a/iKeystones.lua +++ b/iKeystones.lua @@ -9,22 +9,22 @@ addon:RegisterEvent('BAG_UPDATE') addon:RegisterEvent('CHALLENGE_MODE_KEYSTONE_RECEPTABLE_OPEN') local iKS = {} local player = UnitGUID('player') -iKS.currentMax = 15 +iKS.currentMax = 10 iKS.weeklyChestItemLevels = { - [2] = 875, - [3] = 880, - [4] = 885, - [5] = 890, - [6] = 890, - [7] = 895, - [8] = 895, - [9] = 900, - [10] = 905, - [11] = 910, - [12] = 915, - [13] = 920, - [14] = 925, - [15] = 930, + [2] = 905, + [3] = 910, + [4] = 915, + [5] = 920, + [6] = 920, + [7] = 925, + [8] = 925, + [9] = 930, + [10] = 935, + --[11] = 910, + --[12] = 915, + --[13] = 920, + --[14] = 925, + --[15] = 930, } iKS.keystonesToMapIDs = { [197] = 1456, -- Eye of Azhara @@ -39,6 +39,7 @@ iKS.keystonesToMapIDs = { [227] = 1651, -- Return to Karazhan: Lower [233] = 1677, -- Cathedral of Eternal Night [234] = 1651, -- Return to Karazhan: Upper + [239] = 1753, -- The Seat of the Triumvirate } function iKS:weeklyReset() for guid,data in pairs(iKeystonesDB) do diff --git a/iKeystones.toc b/iKeystones.toc index ec1e1b3..3729a53 100644 --- a/iKeystones.toc +++ b/iKeystones.toc @@ -2,7 +2,7 @@ ## Title: iKeystones ## Notes: Tracks your keystones ## Author: Ironi -## Version: 1.40 +## Version: 1.141 ## DefaultState: enabled ## SavedVariables: iKeystonesDB -- 1.7.9.5