Merge branch 'master' into cleanup-conditionals

This commit is contained in:
Andrew Tomaka 2021-01-19 11:09:53 -05:00
commit d91a9f8b1c
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -170,3 +170,11 @@ CharacterStatsPane.statsFramePool.resetterFunc =
FramePool_HideAndClearAnchors(pool, frame)
end
table.insert(PAPERDOLL_STATCATEGORIES[1].stats, { stat = "MOVESPEED"})
for i = 1, 7 do
local chat = _G["ChatFrame"..i]
local font, size = chat:GetFont()
chat:SetFont(font, size, "THINOUTLINE")
chat:SetShadowOffset(0, 0)
chat:SetShadowColor(0, 0, 0, 0)
end