diff --git a/2/3/4/5/6/7/ElvUI/Modules/Misc/ChatBubbles.lua b/2/3/4/5/6/7/ElvUI/Modules/Misc/ChatBubbles.lua index cf794e0..8936812 100644 --- a/2/3/4/5/6/7/ElvUI/Modules/Misc/ChatBubbles.lua +++ b/2/3/4/5/6/7/ElvUI/Modules/Misc/ChatBubbles.lua @@ -193,7 +193,7 @@ function M:LoadChatBubbles() for i = numChildren + 1, count do 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) end end