mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
ChatBubbles
This commit is contained in:
@@ -193,7 +193,7 @@ function M:LoadChatBubbles()
|
|||||||
for i = numChildren + 1, count do
|
for i = numChildren + 1, count do
|
||||||
local frame = select(i, WorldFrame:GetChildren())
|
local frame = select(i, WorldFrame:GetChildren())
|
||||||
|
|
||||||
if M:IsChatBubble(frame) then
|
if frame.GetObjectType and frame:GetObjectType() == "Frame" and M:IsChatBubble(frame) then
|
||||||
M:SkinBubble(frame)
|
M:SkinBubble(frame)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user