Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Feb 6, 2024
1 parent cbe0222 commit 297dd86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function Addon:GetDBDefaults()
rules = {
{duration = 5, theme = "soon"},
{duration = 60, theme = "seconds"},
{duration = 60 * 60, theme = "minutes"},
{duration = 3600, theme = "minutes"},
{duration = math.huge, theme = "hours"}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tullaCTC.toc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
## Author: Tuller
## Version: @version@
## SavedVariables: tullaCTCDB
## IconTexture: Interface/Icons/ability_druid_travelform
## IconTexture: Interface/Icons/inv_misc_pocketwatch_02
embeds.xml
main.lua

0 comments on commit 297dd86

Please sign in to comment.