Skip to content

Commit

Permalink
Fix on tiny threat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Mar 6, 2022
1 parent df469be commit 6db68be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_TinyThreat/Details_TinyThreat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6db68be

Please sign in to comment.