From 6db68bef3e21a286abcc89e13b6b4636f8e678cb Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sun, 6 Mar 2022 16:26:44 -0300 Subject: [PATCH] Fix on tiny threat plugin --- boot.lua | 4 ++-- plugins/Details_TinyThreat/Details_TinyThreat.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.lua b/boot.lua index 39aaa26e1..afd5117f0 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 9716 - _detalhes.alpha_build_counter = 9716 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 9717 + _detalhes.alpha_build_counter = 9717 --if this is higher than the regular counter, use it instead _detalhes.bcc_counter = 31 _detalhes.dont_open_news = true _detalhes.game_version = version diff --git a/plugins/Details_TinyThreat/Details_TinyThreat.lua b/plugins/Details_TinyThreat/Details_TinyThreat.lua index f9aed6cd4..023a37148 100644 --- a/plugins/Details_TinyThreat/Details_TinyThreat.lua +++ b/plugins/Details_TinyThreat/Details_TinyThreat.lua @@ -368,7 +368,7 @@ local function CreatePluginFrames (data) local threat_table_index = ThreatMeter.player_list_hash [thisplayer_name] local threat_table = ThreatMeter.player_list_indexes [threat_table_index] - UpdateTableFromThreatSituation(threat_table, "player"..i, unitId) + UpdateTableFromThreatSituation(threat_table, "player", unitId) --> pet if (UnitExists ("pet")) then