Skip to content

Commit

Permalink
2.7.3
Browse files Browse the repository at this point in the history
- db: added Wreath-A-Rang
  • Loading branch information
exochron committed Dec 27, 2020
1 parent acd4fb1 commit dc71504
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ local ADDON_NAME, ADDON = ...

ADDON.db = {}

-- itemIds of all initially scanned toys
ADDON.db.ingameList = {}

ADDON.db.worldEvent = {

["Timewalking"] = {
Expand Down Expand Up @@ -153,6 +150,7 @@ ADDON.db.worldEvent = {
[172219] = true, -- Wild Holly
[172222] = true, -- Crashin' Thrashin' Juggernaught
[172223] = true, -- Crashin' Thrashin' Battleship
[178530] = true, -- Wreath-A-Rang
},
}

Expand Down Expand Up @@ -1559,6 +1557,7 @@ ADDON.db.effect = {
[116691] = true, -- Zhevra Lounge Cushion
[116692] = true, -- Fuzzy Green Lounge Cushion
[129956] = true, -- Leather Love Seat
[184410] = true, -- Aspirant's Stretcher
},

-- Can click on these
Expand Down Expand Up @@ -1637,6 +1636,7 @@ ADDON.db.effect = {
[98132] = true, -- Shado-Pan Geyser Gun
[104323] = true, -- The Swineskin
[104324] = true, -- Foot Ball
[116400] = true, -- Silver-Plated Turkey Shooter
[116856] = true, -- "Blooming Rose" Contender's Costume
[116888] = true, -- "Night Demon" Contender's Costume
[116889] = true, -- "Purple Phantom" Contender's Costume
Expand All @@ -1655,8 +1655,9 @@ ADDON.db.effect = {
[163607] = true, -- Lucille's Sewing Needle
[163741] = true, -- Magic Fun Rock
[174921] = true, -- Void-Touched Skull
[178530] = true, -- Wreath-A-Rang
[181825] = true, -- Phial of Ravenous Slime
[116400] = true, -- Silver-Plated Turkey Shooter
[184292] = true, -- Ancient Elethium Coin
}
},

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For technical reasons it's not possible to use some enhanced features during com

### Help wanted

- Have you found any bug or do you have some suggestions? Please let me know in the issue tracker on [Curseforge](https://www.curseforge.com/wow/addons/toy-box-enhanced/issues) or [GitHub](https://github.com/exochron/ToyBoxEnhanced/issues).
- Have you found any bug or do you have some suggestions? Please let us know in the issue tracker on [Curseforge](https://www.curseforge.com/wow/addons/toy-box-enhanced/issues) or [GitHub](https://github.com/exochron/ToyBoxEnhanced/issues).
- Is your language still missing some texts? You can localize the addon into your language on [Curseforge](https://www.curseforge.com/wow/addons/toy-box-enhanced/localization).
- Want to try out some cool new stuff earlier than everybody else? Just switch to the Beta-Channel in your Addon Updater and let me know of anything you might find in our issue tracker. After a few days without bugs the same version goes stable for everybody else.
- Want to try out some cool new stuff earlier than everybody else? Just switch to the Beta-Channel in your Addon Updater and let us know of anything you might find in our issue tracker. After a few days without bugs the same version goes stable for everybody else.
- Are you interested in developing addons as well? Then come join us at [GutHub](https://github.com/exochron/ToyBoxEnhanced). And don't worry about knowing nothing of LUA. It's easy to learn. ;-)
1 change: 1 addition & 0 deletions toys.db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ ADDON.db.ingameList = {
[175063] = false, -- Aqir Egg Cluster
[175140] = false, -- All-Seeing Eyes
[177951] = false, -- Glimmerflies on Strings
[178530] = false, -- Wreath-A-Rang
[179393] = false, -- Mirror of Envious Dreams
[180290] = false, -- Night Fae Hearthstone
[180873] = false, -- Smolderheart
Expand Down

0 comments on commit dc71504

Please sign in to comment.