We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 637966f + 111313d commit ec72dadCopy full SHA for ec72dad
main.lua
@@ -507,7 +507,7 @@ function DialogKey:EnumerateGossips()
507
if QuestFrameGreetingPanel and QuestFrameGreetingPanel.titleButtonPool then
508
--- @type FramePool<Button, QuestTitleButtonTemplate>
509
local pool = QuestFrameGreetingPanel.titleButtonPool;
510
- for tab in (pool.EnumerateActive()) do
+ for tab in (pool:EnumerateActive()) do
511
if tab:GetObjectType() == "Button" then
512
table.insert(self.frames, tab)
513
end
0 commit comments