Added more tools to debug pets on '/details debug' and '/details mypets'

This commit is contained in:
Tercio Jose
2024-07-13 23:56:21 -03:00
committed by andrew6180
parent a90ab80de3
commit 7538b36b2a
10 changed files with 366 additions and 24 deletions
+3
View File
@@ -389,6 +389,9 @@ function SlashCmdList.DETAILS (msg, editbox)
elseif (msg == "pets") then
Details.DebugPets()
elseif (msg == "mypets") then
Details.DebugMyPets()
elseif (msg == "model") then
local frame = CreateFrame("PlayerModel");
frame:SetPoint("center",UIParent,"center");