From ff107413ea0902cce6301b039958831737d0e30c Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Thu, 19 Jul 2018 18:16:20 +0300 Subject: [PATCH] Inner Peace talent moved to column 1 --- OmaCD/Cooldowns.lua | 2 +- OmaCD/Inspect.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OmaCD/Cooldowns.lua b/OmaCD/Cooldowns.lua index 5f19695..b1e9670 100644 --- a/OmaCD/Cooldowns.lua +++ b/OmaCD/Cooldowns.lua @@ -226,7 +226,7 @@ local function updatePlayer() guidToId[guid] = "player"; guidToSpecid[guid] = specid; if specid == 105 then -- Druid - local _, _, _, talent = GetTalentInfo(6, 2, 1); + local _, _, _, talent = GetTalentInfo(6, 1, 1); updateDruid(guid, nil, talent); else updateUnitCD(guid); diff --git a/OmaCD/Inspect.lua b/OmaCD/Inspect.lua index 22ef5cb..a37ed63 100644 --- a/OmaCD/Inspect.lua +++ b/OmaCD/Inspect.lua @@ -125,7 +125,7 @@ local function inspectReady(guid) cached.wrist = GetInventoryItemID(id, INVSLOT_WRIST); end cached.spec = GetInspectSpecialization(id); - local _, _, _, selected = GetTalentInfo(6, 2, 1, true, id); + local _, _, _, selected = GetTalentInfo(6, 1, 1, true, id); cached.talent = selected; end if not inspectui then ClearInspectPlayer() end -- 2.39.5