Removed alpha prints

This commit is contained in:
Tercio Jose
2022-03-21 18:13:58 -03:00
parent c25974ffc3
commit aef114249f
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -627,7 +627,7 @@ hooksecurefunc (_G, "DeathRecap_LoadUI", function()
local casterPrestige = evtData.casterPrestige
local spellSchool = evtData.school
print("Killed by (Blizzard-Debug): ", spellName, "amount:", amountDamage)
--print("Killed by (Blizzard-Debug): ", spellName, "amount:", amountDamage)
--recap by Details!
local deathEventsDetails = latestDeath[1]
@@ -640,15 +640,15 @@ hooksecurefunc (_G, "DeathRecap_LoadUI", function()
if (type(evType) == "boolean" and evType) then
local spellName, _, spellIcon = Details.GetSpellInfo(spellId)
if (spellName) then
print("Killed by (Details!-Debug): ", spellName, "amount:", amount)
--print("Killed by (Details!-Debug): ", spellName, "amount:", amount)
else
print("Killed by (Details!-Debug): spell not found")
--print("Killed by (Details!-Debug): spell not found")
end
break
end
end
Details:Msg("the message above are debugs of an Alpha version of Details!")
--Details:Msg("the message above are debugs of an Alpha version of Details!")
local whatKilledThePlayer = 0
end