@@ -10,17 +10,11 @@ if isClassic then
1010 [" blacklist" ] = { 198647 , 184871 , 216893 }, -- Fishspeaker's Lucky Lure, Dark Portal, Goblin Town-in-a-Box
1111 [" whitelist" ] = { },
1212 }
13- elseif select (4 , GetBuildInfo ()) <= 110200 then -- later: remove after 11.2.5 release
14- ADDON .db .Recent = {
15- [" minID" ] = 242323 ,
16- [" blacklist" ] = {244888 ,245567 ,245631 ,245942 ,246227 },
17- [" whitelist" ] = {},
18- }
1913else
2014 ADDON .db .Recent = {
21- [" minID" ] = 250723 ,
15+ [" minID" ] = 256881 ,
2216 [" blacklist" ] = {},
23- [" whitelist" ] = {131717 , 138111 , 141605 },
17+ [" whitelist" ] = {242520 , 243304 , 245580 },
2418 }
2519end
2620
@@ -47,6 +41,8 @@ ADDON.db.worldEvent = {
4741 [229828 ] = true , -- 20th Anniversary Balloon Chest
4842 [245942 ] = true , -- Sea-Blessed Shrine
4943 [246227 ] = true , -- Lightning-Blessed Spire
44+ [256881 ] = true , -- Steward's Bauble
45+ [256893 ] = true , -- Wretched Dredger's Brand
5046 },
5147
5248 [" Darkmoon Faire" ] = {
@@ -208,6 +204,8 @@ ADDON.db.worldEvent = {
208204 [210656 ] = true , -- Winter Veil Socks
209205 [218308 ] = true , -- Winter Veil Cracker
210206 [218310 ] = true , -- Box of Puntables
207+ [243304 ] = true , -- Jubilant Snowman Costume
208+ [245580 ] = true , -- Rolling Snowball
211209 },
212210}
213211
@@ -766,6 +764,7 @@ ADDON.db.source = {
766764 [245567 ] = true , -- K'aresh Memory Crystal
767765 [244470 ] = true , -- Etheric Victory
768766 [249713 ] = true , -- Cartel Transmorpher
767+ [242520 ] = true , -- Festival Hot Air Balloon
769768 },
770769
771770 [" Vendor" ] = {
@@ -1157,6 +1156,7 @@ ADDON.db.source = {
11571156 [235519 ] = true , -- Prized Legend's Pennant
11581157 [232306 ] = true , -- Prized Champion's Prestigious Banner -- AWC War Within S2
11591158 [232307 ] = true , -- Astral Champion's Prestigious Banner -- AWC War Within S3
1159+ [242636 ] = true , -- Astral Legend's Pennant
11601160 },
11611161
11621162 [" Garrison" ] = {
@@ -1273,6 +1273,10 @@ ADDON.db.source = {
12731273 [216893 ] = true , -- Goblin Town-in-a-Box -- Cata Classic Epic Edition
12741274 [235288 ] = true , -- Sha-Warped Tea Set -- MoP Classic Heroic Pack
12751275 [235464 ] = true , -- Sha-Touched Tea Set -- MoP Classic Heroic Pack (classic)
1276+ [254666 ] = true , -- Exodar Replica -- TBC Classic
1277+ [260221 ] = true , -- Naaru's Embrace -- TBC Classic
1278+ [260622 ] = true , -- Exodar Replica -- TBC Classic
1279+ [263489 ] = true , -- Naaru's Enfold -- TBC Classic
12761280
12771281 -- Trading Card Game
12781282 [32542 ] = true , -- Imp in a Ball
@@ -1562,6 +1566,10 @@ ADDON.db.effect = {
15621566 [246227 ] = true , -- Lightning-Blessed Spire
15631567 [244792 ] = true , -- Etheric Brannmorpher
15641568 [249713 ] = true , -- Cartel Transmorpher
1569+ [243304 ] = true , -- Jubilant Snowman Costume
1570+ [247893 ] = true , -- Fandral's Eternal Seed -- chinese mop classic (?)
1571+ [256881 ] = true , -- Steward's Bauble
1572+ [256893 ] = true , -- Wretched Dredger's Brand
15651573 },
15661574
15671575 -- Add to or slightly change the existing character model, keeping the same model
@@ -1724,6 +1732,7 @@ ADDON.db.effect = {
17241732 [227538 ] = true , -- Unbound Legend's Pennant
17251733 [227539 ] = true , -- Unbound Strategist's Pennant
17261734 [235519 ] = true , -- Prized Legend's Pennant
1735+ [242636 ] = true , -- Astral Legend's Pennant
17271736 },
17281737 },
17291738
@@ -1876,6 +1885,8 @@ ADDON.db.effect = {
18761885 [207099 ] = true , -- Tiny Box of Tiny Rocks
18771886 [208186 ] = true , -- Boffins
18781887 [209859 ] = true , -- Festive Trans-Dimensional Bird Whistle
1888+ [254666 ] = true , -- Exodar Replica
1889+ [260622 ] = true , -- Exodar Replica (MoP classic)
18791890 },
18801891 },
18811892
@@ -2525,6 +2536,7 @@ ADDON.db.effect = {
25252536 [212525 ] = true , -- Delicate Ebony Parasol
25262537 [224554 ] = true , -- Silver Linin' Scepter
25272538 [226373 ] = true , -- Everlasting Noggenfogger Elixir
2539+ [242520 ] = true , -- Festival Hot Air Balloon
25282540 },
25292541
25302542 -- Unlocks flight paths
@@ -2580,6 +2592,8 @@ ADDON.db.effect = {
25802592 [235016 ] = true , -- Redeployment Module
25812593 [245970 ] = true , -- P.O.S.T. Master's Express Hearthstone
25822594 [246565 ] = true , -- Cosmic Hearthstone
2595+ [260221 ] = true , -- Naaru's Embrace
2596+ [263489 ] = true , -- Naaru's Enfold
25832597 },
25842598
25852599 [" Jump" ] = {
@@ -2609,6 +2623,7 @@ ADDON.db.effect = {
26092623 [198827 ] = true , -- Magical Snow Sled
26102624 [209052 ] = true , -- Brew Barrel
26112625 [224585 ] = true , -- Hanna's Locket
2626+ [245580 ] = true , -- Rolling Snowball
26122627 },
26132628
26142629 [" Swimming" ] = {
@@ -2658,6 +2673,8 @@ ADDON.db.effect = {
26582673 [211864 ] = true , -- Exquisite Love Boat
26592674 [224554 ] = true , -- Silver Linin' Scepter
26602675 [235801 ] = true , -- Personal Fishing Barge
2676+ [242534 ] = true , -- Azure Sea Skiff
2677+ [248263 ] = true , -- Azure Sea Boat -- mop classic (?)
26612678 }
26622679 },
26632680
0 commit comments