diff --git a/ShestakUI/Core/Constants.lua b/ShestakUI/Core/Constants.lua index 1dfb6101b..bc83b2d32 100644 --- a/ShestakUI/Core/Constants.lua +++ b/ShestakUI/Core/Constants.lua @@ -24,7 +24,7 @@ T.Wrath341 = T.Wrath and T.toc >= 30401 T.HiDPI = GetScreenHeight() / T.screenHeight < 0.75 -- BETA -if T.newPatch or T.Wrath341 then +if T.newPatch or T.Classic then GetContainerNumSlots = _G.GetContainerNumSlots or C_Container.GetContainerNumSlots GetContainerNumFreeSlots = _G.GetContainerNumFreeSlots or C_Container.GetContainerNumFreeSlots GetContainerItemLink = _G.GetContainerItemLink or C_Container.GetContainerItemLink diff --git a/ShestakUI/Core/Kill.lua b/ShestakUI/Core/Kill.lua index 91870cc23..32a1ddc05 100644 --- a/ShestakUI/Core/Kill.lua +++ b/ShestakUI/Core/Kill.lua @@ -128,9 +128,7 @@ frame:SetScript("OnEvent", function(_, _, addon) end if C.bag.enable then - if T.Classic and not T.Wrath341 then - SetInsertItemsLeftToRight(false) - elseif T.Wrath341 then + if T.Classic then C_Container.SetInsertItemsLeftToRight(false) else C_Container.SetSortBagsRightToLeft(true) diff --git a/ShestakUI/Core/Panels.lua b/ShestakUI/Core/Panels.lua index 2e19227a4..948046615 100644 --- a/ShestakUI/Core/Panels.lua +++ b/ShestakUI/Core/Panels.lua @@ -220,26 +220,13 @@ toppanel.bcr:SetTexture(C.media.blank) local r, g, b = unpack(C.media.classborder_color) -if T.Classic and not T.Wrath341 then - toppanel.bgl:SetGradientAlpha("HORIZONTAL", r, g, b, 0, r, g, b, 0.1) - toppanel.bgr:SetGradientAlpha("HORIZONTAL", r, g, b, 0.1, r, g, b, 0) - toppanel.tbl:SetGradientAlpha("HORIZONTAL", 0, 0, 0, 0, 0, 0, 0, 1) - toppanel.tcl:SetGradientAlpha("HORIZONTAL", r, g, b, 0, r, g, b, 1) - toppanel.tbr:SetGradientAlpha("HORIZONTAL", 0, 0, 0, 1, 0, 0, 0, 0) - toppanel.tcr:SetGradientAlpha("HORIZONTAL", r, g, b, 1, r, g, b, 0) - toppanel.bbl:SetGradientAlpha("HORIZONTAL", 0, 0, 0, 0, 0, 0, 0, 1) - toppanel.bcl:SetGradientAlpha("HORIZONTAL", r, g, b, 0, r, g, b, 1) - toppanel.bbr:SetGradientAlpha("HORIZONTAL", 0, 0, 0, 1, 0, 0, 0, 0) - toppanel.bcr:SetGradientAlpha("HORIZONTAL", r, g, b, 1, r, g, b, 0) -else - toppanel.bgl:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0), CreateColor(r, g, b, 0.1)) - toppanel.bgr:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0.1), CreateColor(r, g, b, 0)) - toppanel.tbl:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 0), CreateColor(0, 0, 0, 1)) - toppanel.tcl:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0), CreateColor(r, g, b, 1)) - toppanel.tbr:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 1), CreateColor(0, 0, 0, 0)) - toppanel.tcr:SetGradient("HORIZONTAL", CreateColor(r, g, b, 1), CreateColor(r, g, b, 0)) - toppanel.bbl:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 0), CreateColor(0, 0, 0, 1)) - toppanel.bcl:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0), CreateColor(r, g, b, 1)) - toppanel.bbr:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 1), CreateColor(0, 0, 0, 0)) - toppanel.bcr:SetGradient("HORIZONTAL", CreateColor(r, g, b, 1), CreateColor(r, g, b, 0)) -end \ No newline at end of file +toppanel.bgl:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0), CreateColor(r, g, b, 0.1)) +toppanel.bgr:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0.1), CreateColor(r, g, b, 0)) +toppanel.tbl:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 0), CreateColor(0, 0, 0, 1)) +toppanel.tcl:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0), CreateColor(r, g, b, 1)) +toppanel.tbr:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 1), CreateColor(0, 0, 0, 0)) +toppanel.tcr:SetGradient("HORIZONTAL", CreateColor(r, g, b, 1), CreateColor(r, g, b, 0)) +toppanel.bbl:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 0), CreateColor(0, 0, 0, 1)) +toppanel.bcl:SetGradient("HORIZONTAL", CreateColor(r, g, b, 0), CreateColor(r, g, b, 1)) +toppanel.bbr:SetGradient("HORIZONTAL", CreateColor(0, 0, 0, 1), CreateColor(0, 0, 0, 0)) +toppanel.bcr:SetGradient("HORIZONTAL", CreateColor(r, g, b, 1), CreateColor(r, g, b, 0)) \ No newline at end of file diff --git a/ShestakUI/Libs/LiteStats/LiteStats.lua b/ShestakUI/Libs/LiteStats/LiteStats.lua index b93e399ee..9074a517f 100644 --- a/ShestakUI/Libs/LiteStats/LiteStats.lua +++ b/ShestakUI/Libs/LiteStats/LiteStats.lua @@ -648,27 +648,24 @@ if friends.enabled then end local clientTags = {} - if T.Classic and not T.Wrath341 then - clientTags = { - [BNET_CLIENT_D3] = "Diablo 3", - [BNET_CLIENT_D2] = "Diablo 2: Resurrected", - [BNET_CLIENT_WTCG] = "Hearthstone", - [BNET_CLIENT_HEROES] = "Heroes of the Storm", - [BNET_CLIENT_OVERWATCH] = "Overwatch", - [BNET_CLIENT_SC] = "StarCraft", - [BNET_CLIENT_SC2] = "StarCraft 2", - [BNET_CLIENT_DESTINY2] = "Destiny 2", - [BNET_CLIENT_COD] = "Call of Duty: Black Ops 4", - [BNET_CLIENT_WC3] = "Warcraft 3: Reforged", - [BNET_CLIENT_ARCADE] = "Arcade Collection", - [BNET_CLIENT_CRASH4] = "Crash Bandicoot 4", - [BNET_CLIENT_COD] = "COD: Black Ops 4", - [BNET_CLIENT_COD_MW] = "COD: Modern Warfare", - [BNET_CLIENT_COD_MW2] = "COD: Modern Warfare 2", - [BNET_CLIENT_COD_BOCW] = "COD: Cold War", - ["BSAp"] = COMMUNITIES_PRESENCE_MOBILE_CHAT - } - end + clientTags = { + ["D3"] = "Diablo 3", + ["OSI"] = "Diablo 2: Resurrected", + ["ANBS"] = "Diablo Immortal", + ["WTCG"] = "Hearthstone", + ["Hero"] = "Heroes of the Storm", + ["Pro"] = "Overwatch", + ["S1"] = "StarCraft", + ["S2"] = "StarCraft 2", + ["W3"] = "Warcraft 3: Reforged", + ["RTRO"] = "Arcade Collection", + ["WLBY"] = "Crash Bandicoot 4", + ["VIPR"] = "COD: Black Ops 4", + ["LAZR"] = "COD: Modern Warfare 2", + ["ZEUS"] = "COD: Cold War", + ["GRY"] = "Warcraft Arclight Rumble", + ["BSAp"] = COMMUNITIES_PRESENCE_MOBILE_CHAT + } Inject("Friends", { OnLoad = function(self) RegEvents(self, "PLAYER_LOGIN PLAYER_ENTERING_WORLD GROUP_ROSTER_UPDATE FRIENDLIST_UPDATE BN_FRIEND_LIST_SIZE_CHANGED BN_FRIEND_ACCOUNT_ONLINE BN_FRIEND_ACCOUNT_OFFLINE BN_FRIEND_INFO_CHANGED BN_FRIEND_ACCOUNT_ONLINE BN_FRIEND_ACCOUNT_OFFLINE BN_FRIEND_INFO_CHANGED") end, OnEvent = function(self, event) diff --git a/ShestakUI/Modules/ActionBars/Bindings.lua b/ShestakUI/Modules/ActionBars/Bindings.lua index 27ca749ce..c5ca6f8e3 100644 --- a/ShestakUI/Modules/ActionBars/Bindings.lua +++ b/ShestakUI/Modules/ActionBars/Bindings.lua @@ -352,21 +352,14 @@ SlashCmdList.MOUSEOVERBIND = function() end local function registermacro() - if T.Classic and not T.Wrath341 then - for i = 1, MAX_ACCOUNT_MACROS do - local b = _G["MacroButton"..i] - b:HookScript("OnEnter", function(self) bind:Update(self, "MACRO") end) - end - else - hooksecurefunc(MacroFrame, "Update", function(frame) - for _, button in next, {frame.MacroSelector.ScrollBox.ScrollTarget:GetChildren()} do - if button and not button.hook then - button:HookScript("OnEnter", function(self) bind:Update(button, "MACRO") end) - button.hook = true - end + hooksecurefunc(MacroFrame, "Update", function(frame) + for _, button in next, {frame.MacroSelector.ScrollBox.ScrollTarget:GetChildren()} do + if button and not button.hook then + button:HookScript("OnEnter", function(self) bind:Update(button, "MACRO") end) + button.hook = true end - end) - end + end + end) MacroFrameTab1:HookScript("OnMouseUp", function() localmacros = 0 end) MacroFrameTab2:HookScript("OnMouseUp", function() localmacros = 1 end) diff --git a/ShestakUI/Modules/Blizzard/Bags.lua b/ShestakUI/Modules/Blizzard/Bags.lua index 827665432..4127b5daf 100644 --- a/ShestakUI/Modules/Blizzard/Bags.lua +++ b/ShestakUI/Modules/Blizzard/Bags.lua @@ -629,9 +629,6 @@ function Stuffing:BagFrameSlotNew(p, slot) ret.frame:StyleButton() ret.frame:SetTemplate("Default") ret.frame:SetNormalTexture(0) - if T.Classic and not T.Wrath341 then - ret.frame:SetCheckedTexture(0) - end ret.icon = _G[ret.frame:GetName().."IconTexture"] ret.icon:CropIcon() diff --git a/ShestakUI/Modules/Blizzard/CombatText.lua b/ShestakUI/Modules/Blizzard/CombatText.lua index 2e03907d2..645968d57 100644 --- a/ShestakUI/Modules/Blizzard/CombatText.lua +++ b/ShestakUI/Modules/Blizzard/CombatText.lua @@ -410,12 +410,7 @@ for i = 1, numf do f:SetPoint("CENTER", 0, 0) f:SetMovable(true) f:SetResizable(true) - if T.Mainline or T.Wrath341 then - f:SetResizeBounds(128, 128, 768, 768) - else - f:SetMinResize(128, 128) - f:SetMaxResize(768, 768) - end + f:SetResizeBounds(128, 128, 768, 768) f:SetClampedToScreen(true) f:SetClampRectInsets(0, 0, C.font.combat_text_font_size, 0) f:SetInsertMode(C.combattext.direction and 2 or 1) diff --git a/ShestakUI/Modules/Cooldowns/PulseCD.lua b/ShestakUI/Modules/Cooldowns/PulseCD.lua index c974192ea..f9cf77031 100644 --- a/ShestakUI/Modules/Cooldowns/PulseCD.lua +++ b/ShestakUI/Modules/Cooldowns/PulseCD.lua @@ -89,7 +89,7 @@ local function OnUpdate(_, update) elseif v[2] == "item" then getCooldownDetails = memoize(function() local start, duration, enabled - if T.Wrath341 then + if T.Classic then if v[4] == "action" then start, duration, enabled = GetActionCooldown(v[5]) elseif v[4] == "inventory" then @@ -97,8 +97,6 @@ local function OnUpdate(_, update) elseif v[4] == "container" then start, duration, enabled = C_Container.GetContainerItemCooldown(v[5], v[6]) end - else - start, duration, enabled = GetItemCooldown(i) end return { name = GetItemInfo(i), diff --git a/ShestakUI/Modules/Skins/Blizzard/Macro.lua b/ShestakUI/Modules/Skins/Blizzard/Macro.lua index ca2300f62..9c5365851 100644 --- a/ShestakUI/Modules/Skins/Blizzard/Macro.lua +++ b/ShestakUI/Modules/Skins/Blizzard/Macro.lua @@ -65,83 +65,46 @@ local function LoadSkin() MacroNewButton:SetPoint("RIGHT", MacroExitButton, "LEFT", -3, 0) -- Regular scroll bar - if T.Classic and not T.Wrath341 then - T.SkinScrollBar(MacroButtonScrollFrame) - T.SkinScrollBar(MacroButtonScrollFrameScrollBar) - T.SkinScrollBar(MacroFrameScrollFrameScrollBar) - T.SkinScrollBar(MacroPopupScrollFrameScrollBar) - else - T.SkinScrollBar(MacroFrame.MacroSelector.ScrollBar) - T.SkinScrollBar(MacroFrameScrollFrameScrollBar) - end + T.SkinScrollBar(MacroFrame.MacroSelector.ScrollBar) + T.SkinScrollBar(MacroFrameScrollFrameScrollBar) -- Big icon MacroFrameSelectedMacroButton:StripTextures() MacroFrameSelectedMacroButton:StyleButton(true) MacroFrameSelectedMacroButton:GetNormalTexture():SetTexture(0) MacroFrameSelectedMacroButton:SetTemplate("Default") - if T.Classic and not T.Wrath341 then - MacroFrameSelectedMacroButtonIcon:SetTexCoord(0.1, 0.9, 0.1, 0.9) - MacroFrameSelectedMacroButtonIcon:ClearAllPoints() - MacroFrameSelectedMacroButtonIcon:SetPoint("TOPLEFT", 2, -2) - MacroFrameSelectedMacroButtonIcon:SetPoint("BOTTOMRIGHT", -2, 2) - else - MacroFrameSelectedMacroButton.Icon:SetTexCoord(0.1, 0.9, 0.1, 0.9) - MacroFrameSelectedMacroButton.Icon:ClearAllPoints() - MacroFrameSelectedMacroButton.Icon:SetPoint("TOPLEFT", 2, -2) - MacroFrameSelectedMacroButton.Icon:SetPoint("BOTTOMRIGHT", -2, 2) - end + MacroFrameSelectedMacroButton.Icon:SetTexCoord(0.1, 0.9, 0.1, 0.9) + MacroFrameSelectedMacroButton.Icon:ClearAllPoints() + MacroFrameSelectedMacroButton.Icon:SetPoint("TOPLEFT", 2, -2) + MacroFrameSelectedMacroButton.Icon:SetPoint("BOTTOMRIGHT", -2, 2) -- Moving text MacroFrameCharLimitText:ClearAllPoints() MacroFrameCharLimitText:SetPoint("BOTTOM", MacroFrameTextBackground, 0, -12) -- Skin all buttons - if T.Classic and not T.Wrath341 then - for i = 1, MAX_ACCOUNT_MACROS do - local b = _G["MacroButton"..i] - local t = _G["MacroButton"..i.."Icon"] - if b then - b:StripTextures() - b:StyleButton(true) - b:SetTemplate("Default") - end - - if t then - t:SetTexCoord(0.1, 0.9, 0.1, 0.9) - t:ClearAllPoints() - t:SetPoint("TOPLEFT", 2, -2) - t:SetPoint("BOTTOMRIGHT", -2, 2) + hooksecurefunc(MacroFrame.MacroSelector.ScrollBox, "Update", function() + for _, button in next, {MacroFrame.MacroSelector.ScrollBox.ScrollTarget:GetChildren()} do + if button.Icon and not button.isSkinned then + button:StripTextures() + button:StyleButton(true) + button:SetTemplate("Default") + button.Icon:SetTexCoord(0.1, 0.9, 0.1, 0.9) + button.Icon:ClearAllPoints() + button.Icon:SetPoint("TOPLEFT", 2, -2) + button.Icon:SetPoint("BOTTOMRIGHT", -2, 2) + button.isSkinned = true end end - else - hooksecurefunc(MacroFrame.MacroSelector.ScrollBox, "Update", function() - for _, button in next, {MacroFrame.MacroSelector.ScrollBox.ScrollTarget:GetChildren()} do - if button.Icon and not button.isSkinned then - button:StripTextures() - button:StyleButton(true) - button:SetTemplate("Default") - button.Icon:SetTexCoord(0.1, 0.9, 0.1, 0.9) - button.Icon:ClearAllPoints() - button.Icon:SetPoint("TOPLEFT", 2, -2) - button.Icon:SetPoint("BOTTOMRIGHT", -2, 2) - button.isSkinned = true - end - end - end) - end + end) -- Icon selection frame - if T.Classic and not T.Wrath341 then - T.SkinIconSelectionFrame(MacroPopupFrame, NUM_MACRO_ICONS_SHOWN, nil, "MacroPopup") - else - MacroPopupFrame:HookScript("OnShow", function(frame) - if not frame.isSkinned then - T.SkinIconSelectionFrame(frame, nil, nil, "MacroPopup") - frame.isSkinned = true - end - end) - end + MacroPopupFrame:HookScript("OnShow", function(frame) + if not frame.isSkinned then + T.SkinIconSelectionFrame(frame, nil, nil, "MacroPopup") + frame.isSkinned = true + end + end) end T.SkinFuncs["Blizzard_MacroUI"] = LoadSkin diff --git a/ShestakUI/Modules/Skins/Blizzard_Vanilla/ItemText.lua b/ShestakUI/Modules/Skins/Blizzard_Vanilla/ItemText.lua index 83f28ccb0..22f337f27 100644 --- a/ShestakUI/Modules/Skins/Blizzard_Vanilla/ItemText.lua +++ b/ShestakUI/Modules/Skins/Blizzard_Vanilla/ItemText.lua @@ -28,11 +28,7 @@ local function LoadSkin() T.SkinScrollBar(ItemTextScrollFrameScrollBar) - if T.Wrath341 then - ItemTextPageText:SetTextColor("P", 1, 1, 1) - else - ItemTextPageText:SetTextColor(1, 1, 1) - end + ItemTextPageText:SetTextColor("P", 1, 1, 1) ItemTextPageText.SetTextColor = T.dummy end diff --git a/ShestakUI/Modules/Tooltip/MultiItemRef.lua b/ShestakUI/Modules/Tooltip/MultiItemRef.lua index 705bfabe1..982f1f83b 100644 --- a/ShestakUI/Modules/Tooltip/MultiItemRef.lua +++ b/ShestakUI/Modules/Tooltip/MultiItemRef.lua @@ -75,32 +75,16 @@ local ShowTip = function(tip, link) shown = nil end -if T.Classic and not T.Wrath341 then - local _SetItemRef = SetItemRef - function SetItemRef(...) - local link = ... - local handled = strsplit(":", link) - if not IsModifiedClick() and handled and types[handled] and not shown then - local tip = CreateTip(link) - if tip then - ShowTip(tip, link) - end - else - return _SetItemRef(...) +local SetHyperlink = _G.ItemRefTooltip.SetHyperlink +function _G.ItemRefTooltip:SetHyperlink(link, ...) + local handled = strsplit(":", link) + if not InCombatLockdown() and not IsModifiedClick() and handled and types[handled] and not shown then + local tip = CreateTip(link) + if tip then + ShowTip(tip, link) end + return end -else - local SetHyperlink = _G.ItemRefTooltip.SetHyperlink - function _G.ItemRefTooltip:SetHyperlink(link, ...) - local handled = strsplit(":", link) - if not InCombatLockdown() and not IsModifiedClick() and handled and types[handled] and not shown then - local tip = CreateTip(link) - if tip then - ShowTip(tip, link) - end - return - end - SetHyperlink(self, link, ...) - end + SetHyperlink(self, link, ...) end \ No newline at end of file diff --git a/ShestakUI/Modules/Tooltip/Tooltip.lua b/ShestakUI/Modules/Tooltip/Tooltip.lua index 5ef837c31..a09f51199 100644 --- a/ShestakUI/Modules/Tooltip/Tooltip.lua +++ b/ShestakUI/Modules/Tooltip/Tooltip.lua @@ -426,89 +426,7 @@ end ---------------------------------------------------------------------------------------- -- Fix compare tooltips(by Blizzard)(../FrameXML/GameTooltip.lua) ---------------------------------------------------------------------------------------- -if T.Classic and not T.Wrath341 then - hooksecurefunc("GameTooltip_AnchorComparisonTooltips", function(self, anchorFrame, shoppingTooltip1, shoppingTooltip2, primaryItemShown, secondaryItemShown) - local leftPos = anchorFrame:GetLeft() - local rightPos = anchorFrame:GetRight() - - local side - local anchorType = self:GetAnchorType() - local totalWidth = 0 - if primaryItemShown then - totalWidth = totalWidth + shoppingTooltip1:GetWidth() - end - if secondaryItemShown then - totalWidth = totalWidth + shoppingTooltip2:GetWidth() - end - if self.overrideComparisonAnchorSide then - side = self.overrideComparisonAnchorSide - else - -- Find correct side - local rightDist = 0 - if not rightPos then - rightPos = 0 - end - if not leftPos then - leftPos = 0 - end - - rightDist = GetScreenWidth() - rightPos - - if anchorType and totalWidth < leftPos and (anchorType == "ANCHOR_LEFT" or anchorType == "ANCHOR_TOPLEFT" or anchorType == "ANCHOR_BOTTOMLEFT") then - side = "left" - elseif anchorType and totalWidth < rightDist and (anchorType == "ANCHOR_RIGHT" or anchorType == "ANCHOR_TOPRIGHT" or anchorType == "ANCHOR_BOTTOMRIGHT") then - side = "right" - elseif rightDist < leftPos then - side = "left" - else - side = "right" - end - end - - -- See if we should slide the tooltip - if anchorType and anchorType ~= "ANCHOR_PRESERVE" then - if (side == "left") and (totalWidth > leftPos) then - self:SetAnchorType(anchorType, (totalWidth - leftPos), 0) - elseif (side == "right") and (rightPos + totalWidth) > GetScreenWidth() then - self:SetAnchorType(anchorType, -((rightPos + totalWidth) - GetScreenWidth()), 0) - end - end - - if secondaryItemShown then - shoppingTooltip2:SetOwner(self, "ANCHOR_NONE") - shoppingTooltip2:ClearAllPoints() - shoppingTooltip1:SetOwner(self, "ANCHOR_NONE") - shoppingTooltip1:ClearAllPoints() - - if side and side == "left" then - shoppingTooltip1:SetPoint("TOPRIGHT", anchorFrame, "TOPLEFT", -3, -10) - else - shoppingTooltip2:SetPoint("TOPLEFT", anchorFrame, "TOPRIGHT", 3, -10) - end - - if side and side == "left" then - shoppingTooltip2:SetPoint("TOPRIGHT", shoppingTooltip1, "TOPLEFT", -3, 0) - else - shoppingTooltip1:SetPoint("TOPLEFT", shoppingTooltip2, "TOPRIGHT", 3, 0) - end - else - shoppingTooltip1:SetOwner(self, "ANCHOR_NONE") - shoppingTooltip1:ClearAllPoints() - - if side and side == "left" then - shoppingTooltip1:SetPoint("TOPRIGHT", anchorFrame, "TOPLEFT", -3, -10) - else - shoppingTooltip1:SetPoint("TOPLEFT", anchorFrame, "TOPRIGHT", 3, -10) - end - - shoppingTooltip2:Hide() - end - - -- We have to call this again because :SetOwner clears the tooltip. - shoppingTooltip1:SetCompareItem(shoppingTooltip2, self) - shoppingTooltip1:Show() - end) -elseif T.Wrath341 then +if T.Classic then -- TODO: Revisit this hooksecurefunc("GameTooltip_AnchorComparisonTooltips", function(_, anchorFrame, shoppingTooltip1, shoppingTooltip2, _, secondaryItemShown) local point = shoppingTooltip1:GetPoint(2) diff --git a/ShestakUI/ShestakUI.toc b/ShestakUI/ShestakUI.toc index 96e515891..f77df40c3 100644 --- a/ShestakUI/ShestakUI.toc +++ b/ShestakUI/ShestakUI.toc @@ -1,5 +1,5 @@ -## Interface: 11403 -## Interface-Classic: 11403 +## Interface: 11404 +## Interface-Classic: 11404 ## Interface-BCC: 20504 ## Interface-Wrath: 30401 ## Title: ShestakUI (Classic) diff --git a/ShestakUI/ShestakUI_Vanilla.toc b/ShestakUI/ShestakUI_Vanilla.toc index 2208353f0..f80ebe311 100755 --- a/ShestakUI/ShestakUI_Vanilla.toc +++ b/ShestakUI/ShestakUI_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11403 +## Interface: 11404 ## Title: ShestakUI (Classic) ## Notes: A total UI overhaul for World of Warcraft ## Author: Shestak diff --git a/ShestakUI_Config/ShestakUI_Config.toc b/ShestakUI_Config/ShestakUI_Config.toc index 0b19892d7..65ee8e99d 100644 --- a/ShestakUI_Config/ShestakUI_Config.toc +++ b/ShestakUI_Config/ShestakUI_Config.toc @@ -1,5 +1,5 @@ -## Interface: 11403 -## Interface-Classic: 11403 +## Interface: 11404 +## Interface-Classic: 11404 ## Interface-BCC: 20504 ## Interface-Wrath: 30401 ## Title: ShestakUI (Classic) Config diff --git a/ShestakUI_Config/ShestakUI_Config_Vanilla.toc b/ShestakUI_Config/ShestakUI_Config_Vanilla.toc index 33ca4cef1..8009a3d40 100644 --- a/ShestakUI_Config/ShestakUI_Config_Vanilla.toc +++ b/ShestakUI_Config/ShestakUI_Config_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11403 +## Interface: 11404 ## Title: ShestakUI (Classic) Config ## Notes: In-game configuration for ShestakUI ## Author: Shestak