From de1d824296597c55ba3141b6b46dbc3a5144a578 Mon Sep 17 00:00:00 2001 From: Wetxius Date: Wed, 17 Jul 2013 21:27:10 +0400 Subject: [PATCH] Attempt to fix chat bubble skin. --- ShestakUI/Modules/Skins/Blizzard/Bubbles.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShestakUI/Modules/Skins/Blizzard/Bubbles.lua b/ShestakUI/Modules/Skins/Blizzard/Bubbles.lua index 0930639e6e..2f853fc0a7 100644 --- a/ShestakUI/Modules/Skins/Blizzard/Bubbles.lua +++ b/ShestakUI/Modules/Skins/Blizzard/Bubbles.lua @@ -6,7 +6,7 @@ if C.chat.bubbles ~= true then return end ---------------------------------------------------------------------------------------- local f = CreateFrame("Frame", nil, UIParent) local noscalemult = T.mult * C.general.uiscale -local total = 0 +local total = -2 local numKids = 0 local function styleBubble(frame)