Skip to content

Commit

Permalink
[All] Add depreciation message to chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrroddin committed Feb 19, 2024
1 parent 232fce0 commit bd67a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion AdiBags_Hearthstones.lua
Expand Up @@ -68,4 +68,7 @@ local function AllFilters(db)
end

-- start here
AllFilters(db)
AllFilters(db)
AdiBags:Print("AdiBags_Hearthstones is deprecated and will get no new feature releases.")
AdiBags:Print("Please consider switching to the successor, BetterBags_Hearthstones.")
AdiBags:Print("BetterBags_Hearthstones is available at Curse, Wago, and Wowinterface")
1 change: 0 additions & 1 deletion Database.lua
Expand Up @@ -159,7 +159,6 @@ if isMainline then
db.Filters["hearthstones"].items[144392] = true -- Pugilist's Powerful Punching Ring (Horde)
db.Filters["hearthstones"].items[150733] = true -- Scroll of Town Portal (Ar'gorok in Arathi)
db.Filters["hearthstones"].items[151652] = true -- Wormhole Generator: Argus
db.Filters["hearthstones"].items[158897] = true -- Improved Flight Master's Whistle
db.Filters["hearthstones"].items[159224] = true -- Zuldazar Hearthstone
db.Filters["hearthstones"].items[160219] = true -- Scroll of Town Portal (Stromgarde in Arathi)
db.Filters["hearthstones"].items[162973] = true -- Greatfather Winter's Hearthstone
Expand Down

0 comments on commit bd67a81

Please sign in to comment.