- 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 -2
View File
@@ -2143,8 +2143,7 @@ local icon_frame_on_enter = function (self)
elseif (actor.dead_at) then
else
--> is a normal actor
elseif (actor.name) then --ensure it's an actor table
local serial = actor.serial
local name = actor:name()