Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ Options.Data = {

NewOption{ type = Options.Type.TOY, auraID = 47770, itemID = 36863, category = "EFFECT", itemTrackable = true }, -- Decahedral Dwarven Dice

-- Shadowlands
--- Guise of the Changeling
NewOption{ type = Options.Type.TOY, auraID = 356284, itemID = 187155, category = "APPEARANCE", cooldownMismatch = true, buildAdded = "0.8.3|120100" }, -- Guise of the Changeling

-- Dragonflight
--- Ruby Feast
NewOption{ type = Options.Type.CONSUMABLE, auraID = 391618, itemID = 200891, category = "EFFECT", preExpiration = true, buildAdded = "0.7.3|120001" }, -- Druidic Dreamsalad
Expand Down