Skip to content

Commit

Permalink
🔄 Synced local 'DF-Global.lua' with remote 'wow/DF-Global.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 16, 2022
1 parent 33d89e8 commit 5953731
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions DF-Global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,27 @@ db.Filters = {
[193955] = true, -- Vibrant Polishing Cloth 3
}
},
["Elemental"] = {
uiName = "Bears " .. Expansion .. " Elemental",
uiDesc = "Elemental reagents found in " .. Expansion,
title = "Elemental",
items = {
-- ID = true, --Item name
[190326] = true, -- Rousing Air
[190315] = true, -- Rousing Earth
[190320] = true, -- Rousing Fire
[190451] = true, -- Rousing Ire
[190328] = true, -- Rousing Frost
[190322] = true, -- Rousing Order
[190330] = true, -- Rousing Decay
[190331] = true, -- Awakened Decay
[190321] = true, -- Awakened Fire
[190327] = true, -- Awakened Air
[190329] = true, -- Awakened Frost
[190316] = true, -- Awakened Fire
[190324] = true, -- Awakened Order
}
},
["Special_Reagents"] = {
uiName = "Bears " .. Expansion .. " Special Reagents",
uiDesc = "Special reagents from " .. Expansion,
Expand Down

0 comments on commit 5953731

Please sign in to comment.