From 3816c0fa1b380e4fd5dc6aa68702d98d4841f072 Mon Sep 17 00:00:00 2001 From: memus Date: Mon, 9 Sep 2019 07:29:55 +0200 Subject: [PATCH] Fixed lua error on 4th boss Halls Of Fabrication --- TrialHallsOfFabrication.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrialHallsOfFabrication.lua b/TrialHallsOfFabrication.lua index 8d70f5d..35d88e9 100644 --- a/TrialHallsOfFabrication.lua +++ b/TrialHallsOfFabrication.lua @@ -146,7 +146,7 @@ function RaidNotifier.HOF.OnCombatEvent(_, result, isError, aName, aGraphic, aAc local lastTarget = data[key] data[key] = tUnitId if (lastTarget ~= nil and lastTarget ~= data[key]) then -- tanks have swapped? - dbg("%s changed from %s to %s", key, LUNIT:GetNameForUnitId(lastTarget), LUNIT:GetNameForUnitId(tUnitId)) + dbg("%s changed from %s to %s", key, self.UnitIdToString(lastTarget), self.UnitIdToString(tUnitId)) local stopCountdown = false if (tType == COMBAT_UNIT_TYPE_PLAYER) then -- we are tanking and have just gotten aggro from the other boss, stop the timer??