Skip to content

Commit

Permalink
Update addon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 27, 2024
1 parent 8b592c7 commit 2947647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Icon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end
local ldb = LibStub("LibDataBroker-1.1"):NewDataObject("PeggleLDB", {
type = "data source",
text = "Peggle",
icon = "Interface\\AddOns\\Peggle\\images\\minimap.tga",
icon = "Interface\\AddOns\\Peggle\\images\\minimap",
OnClick = TogglePeggleWindow,
OnTooltipShow = function(tt)
tt:AddLine("|cFFFFFFFFPeggle")
Expand Down
1 change: 1 addition & 0 deletions Peggle.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Author: PopCap Games Inc.
## SavedVariables: PeggleData
## SavedVariablesPerCharacter: PeggleProfile
## IconTexture: Interface\AddOns\Peggle\images\minimap
## X-Curse-Project-ID: 338690
## X-WoWI-ID: 24964
## X-Wago-ID: ME6ggO61
Expand Down

0 comments on commit 2947647

Please sign in to comment.