Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 committed Aug 28, 2019
1 parent c8b8b40 commit af2781d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 135 deletions.
126 changes: 0 additions & 126 deletions ElvUI_CustomTweaks/Categories/unitframes/CastbarCustomBackdrop.lua

This file was deleted.

4 changes: 2 additions & 2 deletions ElvUI_CustomTweaks/Categories/unitframes/CastbarText.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function PositionCastbarText(unit)

if unit == "Arena" then
for i = 1, 5 do
local unitframe = _G["ElvUF_Arena"..1]
local unitframe = _G["ElvUF_Arena"..i]
local castbar = unitframe and unitframe.Castbar

if castbar then
Expand All @@ -252,7 +252,7 @@ function PositionCastbarText(unit)
end
elseif unit == "Boss" then
for i = 1, MAX_BOSS_FRAMES do
local unitframe = _G["ElvUF_Boss"..1]
local unitframe = _G["ElvUF_Boss"..i]
local castbar = unitframe and unitframe.Castbar

if castbar then
Expand Down
1 change: 0 additions & 1 deletion ElvUI_CustomTweaks/Categories/unitframes/load_tweaks.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Script file='AuraIconSpacing.lua'/>
<Script file='AuraIconText.lua'/>
<Script file='CastbarCustomBackdrop.lua'/>
<Script file='CastbarText.lua'/>
<Script file='PowerBarTexture.lua'/>
<Script file='UnitframeSpacingLimits.lua'/>
Expand Down
2 changes: 0 additions & 2 deletions ElvUI_CustomTweaks/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ local Tweaks = {
["Unitframe"] = {
{"AuraIconSpacing", L["Allows you to set a spacing between individual aura icons for the units you choose."]},
{"AuraIconText", L["Allows you to position the unitframe aura duration and stack text or hide it."]},
{"CastbarCustomBackdrop", L["Allows you to use a custom castbar backdrop color."]},
{"CastbarText", L["Allows you to position and change color and alpha of castbar text."]},
{"PowerBarTexture", L["Allows you to use a separate texture for unitframe power bars."]},
{"UnitFrameSpacingLimits", L["Increases the maximum allowed vertical and horizontal spacing for party and raid frames."]},
Expand All @@ -56,7 +55,6 @@ local Authors = {
"AuraIconText",
"BagButtons",
"BagsTextFormat",
"CastbarCustomBackdrop",
"CastbarText",
"ChatMaxLines",
"ClickThroughActionBars",
Expand Down
4 changes: 0 additions & 4 deletions ElvUI_CustomTweaks/locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ L["Allows you to make actionbars clickthrough."] = true;
L["Allows you to position and change color and alpha of castbar text."] = true;
L["Allows you to position the unitframe aura duration and stack text or hide it."] = true;
L["Allows you to set a spacing between individual aura icons for the units you choose."] = true;
L["Allows you to use a custom castbar backdrop color."] = true;
L["Allows you to use a separate texture for unitframe power bars."] = true;
L["Assist"] = true;
L["Attempts to remove borders on all ElvUI elements. This doesn't work on all statusbars, so some borders will be kept intact."] = true
Expand All @@ -28,7 +27,6 @@ L["Bags Tweaks"] = true;
L["Boss"] = true;
L["Button Color"] = true;
L["Button Style"] = true;
L["Castbar Backdrop Color"] = true;
L["Chat Tweaks"] = true;
L["Credit"] = true;
L["Datatexts Tweaks"] = true;
Expand Down Expand Up @@ -156,7 +154,6 @@ if L then
L["Allows you to position and change color and alpha of castbar text."] = "Позволяет перемещать и изменять цвет и прозрачность текста полос заклинаний.";
L["Allows you to position the unitframe aura duration and stack text or hide it."] = "Позволяет перемещать или скрывать текст времени и стаков на аурах рамок юнитов.";
L["Allows you to set a spacing between individual aura icons for the units you choose."] = "Позволяет устанавливать отступ между аурами на выбранных рамках юнитов.";
L["Allows you to use a custom castbar backdrop color."] = "Позволяет использовать пользовательский цвет фона полосы заклинания";
L["Allows you to use a separate texture for unitframe power bars."] = "Позволяет использовать отдельную текстуру ресурса для рамок юнитов";
L["Assist"] = "Помощник";
L["Attempts to remove borders on all ElvUI elements. This doesn't work on all statusbars, so some borders will be kept intact."] = "Удаляет границы на всех элементах ElvUI. Это работает не на всех статусбарах, поэтому некоторые границы останутся.";
Expand All @@ -166,7 +163,6 @@ if L then
L["Boss"] = "Боссы";
L["Button Color"] = "Цвет кнопок";
L["Button Style"] = "Стиль кнопок";
L["Castbar Backdrop Color"] = "Цвет фона полосы заклинания";
L["Chat Tweaks"] = "Твики чата";
L["Credit"] = "Благодарность";
L["Datatexts Tweaks"] = "Твики инфо-текстов";
Expand Down

0 comments on commit af2781d

Please sign in to comment.