Added more tools to debug pets on '/details debug' and '/details mypets'
This commit is contained in:
@@ -131,6 +131,7 @@ detailsFramework.ScrollBoxFunctions = {
|
||||
---@return frame line The line object at the specified index.
|
||||
GetLine = function(self, lineIndex)
|
||||
local line = self.Frames[lineIndex]
|
||||
--print(self, line, line and line:GetName(), lineIndex, self:GetName())
|
||||
if (line) then
|
||||
line._InUse = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user