- Added damage chart at the end of a mythic dungeon run.

- Framework update to v66.
This commit is contained in:
Tercio
2018-02-23 12:13:56 -03:00
parent 0b38e849bc
commit 801dfb3bbc
8 changed files with 532 additions and 32 deletions
+1 -1
View File
@@ -1588,7 +1588,7 @@
if (instancia.rows_showing == 0 and instancia:GetSegment() == -1) then -- -1 overall data
if (not instancia:IsShowingOverallDataWarning()) then
local tutorial = _detalhes:GetTutorialCVar ("OVERALLDATA_WARNING1") or 0
if (tutorial < 10) then
if ((type (tutorial) == "number") and (tutorial < 10)) then
_detalhes:SetTutorialCVar ("OVERALLDATA_WARNING1", tutorial + 1)
instancia:ShowOverallDataWarning (true)
end