Skip to content

Commit

Permalink
Toc Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jun 1, 2022
1 parent 53798fb commit 7b8beec
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Details.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 90200
## Interface-Mainline: 90200
## Interface: 90205
## Interface-Mainline: 90205
## Interface-BCC: 20502
## Title: Details! Damage Meter
## Notes: Essential tool to impress that chick in your raid.
Expand Down
4 changes: 4 additions & 0 deletions Libs/DF/dropdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,10 @@ function DF:CreateNewDropdownFrame (parent, name)
child:SetPoint ("topleft", scroll, "topleft", 0, 0)
child:SetBackdrop (child_backdrop)
child:SetBackdropColor (0, 0, 0, 1)

local t = child:CreateTexture(nil, "background")
t:SetAllPoints()
t:SetColorTexture(0, 0, 0, 1)

DF:ApplyStandardBackdrop (child)

Expand Down
2 changes: 1 addition & 1 deletion Libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


local dversion = 313
local dversion = 314
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)

Expand Down
2 changes: 1 addition & 1 deletion Libs/LibOpenRaid/LibOpenRaid.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Library Open Raid
## Notes: This is a library used by addons.

Expand Down
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 = 9817
_detalhes.alpha_build_counter = 9817 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 9818
_detalhes.alpha_build_counter = 9818 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 37
_detalhes.dont_open_news = true
_detalhes.game_version = version
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_DataStorage/Details_DataStorage.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Details!: Storage
## Notes: Stores information for Details! Damage Meter
## DefaultState: Enabled
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Details!: Encounter Breakdown (plugin)
## Notes: Show detailed information about a boss encounter. Also provide damage per phase, graphic charts, easy weakauras creation.
## RequiredDeps: Details
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_RaidCheck/Details_RaidCheck.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Details!: Raid Check (plugin)
## Notes: Show talents and item level for all members in your group, also shows food and flask state.
## RequiredDeps: Details
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_Streamer/Details_Streamer.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Details!: Streamer (plugin)
## Notes: Show which spells you are casting, viewers can see what are you doing and follow your steps.
## RequiredDeps: Details
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_TinyThreat/Details_TinyThreat.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Details!: Tiny Threat (plugin)
## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.
## RequiredDeps: Details
Expand Down
2 changes: 1 addition & 1 deletion plugins/Details_Vanguard/Details_Vanguard.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90200
## Interface: 90205
## Title: Details!: Vanguard (plugin)
## Notes: Show the health and debuffs for tanks in your group.
## SavedVariablesPerCharacter: _detalhes_databaseVanguard
Expand Down

0 comments on commit 7b8beec

Please sign in to comment.