ff10741 - Inner Peace talent moved to column 1
authorAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Thu, 19 Jul 2018 15:16:20 +0000
committerAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Thu, 19 Jul 2018 15:16:20 +0000
OmaCD/Cooldowns.lua
OmaCD/Inspect.lua

index 5f19695..b1e9670 100644 (file)
@@ -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);
index 22ef5cb..a37ed63 100644 (file)
@@ -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