Toc Updates
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 313
|
||||
local dversion = 314
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 90200
|
||||
## Interface: 90205
|
||||
## Title: Library Open Raid
|
||||
## Notes: This is a library used by addons.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 90200
|
||||
## Interface: 90205
|
||||
## Title: Details!: Storage
|
||||
## Notes: Stores information for Details! Damage Meter
|
||||
## DefaultState: Enabled
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user