Added more tools to debug pets on '/details debug' and '/details mypets'
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user