Added option to merge pets at the Player Breakdown window

This commit is contained in:
Tercio Jose
2022-12-01 22:52:25 -03:00
parent cad2f6e619
commit f17f8642b7
4 changed files with 171 additions and 86 deletions
+4
View File
@@ -99,6 +99,10 @@ function SlashCmdList.DETAILS (msg, editbox)
dumpt(returnTable)
elseif (command == "mergepetspells") then
Details.merge_pet_abilities = not Details.merge_pet_abilities
Details:Msg("Merging pet spells:", Details.merge_pet_abilities or "false")
elseif (command == "softhide") then
for instanceID, instance in _detalhes:ListInstances() do
if (instance:IsEnabled()) then