- Fixed tooltips where sometimes it wans't showing at all.

- Fixed the healing done amount on Malkorok encounter.
This commit is contained in:
tercio
2014-10-15 11:30:41 -03:00
parent c4d8cddc1f
commit 9925f2616b
5 changed files with 40 additions and 21 deletions
@@ -167,7 +167,7 @@ local function CreatePluginFrames (data)
end
local whisper_table = EncounterDetails.current_whisper_table
if (_combat_object.is_boss and _combat_object.is_boss.name) then
if (whisper_table and _combat_object.is_boss and _combat_object.is_boss.name) then
whisper_table.boss = _combat_object.is_boss.name
tinsert (EncounterDetails.boss_emotes_table, 1, whisper_table)