Skip to content

Commit

Permalink
Ignoring damage from the drakes of grim batol
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 24, 2024
1 parent 9b24526 commit b33f3eb
Show file tree
Hide file tree
Showing 16 changed files with 2,283 additions and 1,971 deletions.
3 changes: 3 additions & 0 deletions Definitions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,11 @@
---@field ListInstances fun(self: details) : instance[] return a table with all the instances
---@field UnpackMythicDungeonInfo fun(self: details, mythicDungeonInfo: mythicdungeoninfo) : boolean, segmentid, number, number, number, string, number, string, number, number, number unpack the mythic dungeon info and return the values
---@field CreateRightClickToCloseLabel fun(self: details, parent: frame) : df_label return a df_label with the text "Right click to close", need to set point
---@field IsValidActor fun(self: details, actor: actor) : boolean return true if the actor is valid
---@field
---@field
---@field



---@class detailseventlistener : table
Expand Down
1 change: 1 addition & 0 deletions Details.toc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ functions\textures.lua
functions\journal.lua
functions\commentator.lua
functions\chat_embed.lua
functions\storage.lua

core\aura_scan.lua
core\timemachine.lua
Expand Down
1 change: 1 addition & 0 deletions Details_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ functions\textures.lua
functions\journal.lua
functions\commentator.lua
functions\chat_embed.lua
functions\storage.lua

core\aura_scan.lua
core\timemachine.lua
Expand Down
1 change: 1 addition & 0 deletions Details_Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ functions\warcraftlogs.lua
functions\textures.lua
functions\commentator.lua
functions\chat_embed.lua
functions\storage.lua

core\aura_scan.lua
core\timemachine.lua
Expand Down
1 change: 1 addition & 0 deletions Details_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ functions\warcraftlogs.lua
functions\textures.lua
functions\commentator.lua
functions\chat_embed.lua
functions\storage.lua

core\aura_scan.lua
core\timemachine.lua
Expand Down
3 changes: 2 additions & 1 deletion Libs/DF/load.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<Include file="normal_bar.xml"/>
<Script file="scrollbox.lua"/>
<Include file="panel.xml"/>

<Script file="timeline.lua"/>

<Script file="buildmenu.lua"/>
<Script file="loadconditions.lua"/>
<Include file="unitframe.lua"/>
Expand Down
Loading

0 comments on commit b33f3eb

Please sign in to comment.