Skip to content

Commit 55e126b

Browse files
committed
chore(db): added toys of 11.1.5
1 parent 44f897f commit 55e126b

File tree

2 files changed

+37
-20
lines changed

2 files changed

+37
-20
lines changed

Database/Database.lua

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,11 @@ if isClassic then
1111
["whitelist"] = { },
1212
}
1313
else
14-
if select(4, GetBuildInfo()) < 110100 then
15-
ADDON.db.Recent = {
16-
["minID"] = 233486,
17-
["blacklist"] = {},
18-
["whitelist"] = {218308, 218310},
19-
}
20-
else
21-
ADDON.db.Recent = {
22-
["minID"] = 235050,
23-
["blacklist"] = {},
24-
["whitelist"] = {226373, 230727, 230850, 230924, 231064, 233202, 234950, 234951},
25-
}
26-
end
14+
ADDON.db.Recent = {
15+
["minID"] = 238850,
16+
["blacklist"] = {},
17+
["whitelist"] = {232302, 232306},
18+
}
2719
end
2820

2921
ADDON.db.worldEvent = {
@@ -754,7 +746,8 @@ ADDON.db.source = {
754746
[228966] = true, -- Starry-Eyed Goggles
755747
[233202] = true, -- G.O.L.E.M, Jr.
756748
[235041] = true, -- Cyrce's Circlet
757-
749+
[239007] = true, -- Dastardly Banner
750+
[239018] = true, -- Winner's Podium
758751
},
759752

760753
["Vendor"] = {
@@ -935,6 +928,7 @@ ADDON.db.source = {
935928
[209035] = true, -- Hearthstone of the Flame -- Amidrassil
936929
[232301] = true, -- Tempered Banner of the Algari -- MDI - War Within Season 1
937930
[236687] = true, -- Explosive Hearthstone -- Liberation of Undermine
931+
[232302] = true, -- Prized Banner of the Algari -- MDI War Within S2
938932
},
939933

940934
["Reputation"] = {
@@ -1055,6 +1049,9 @@ ADDON.db.source = {
10551049
[235807] = true, -- Storefront-in-a-Box
10561050
[236749] = true, -- Take-Home Torq
10571051
[236751] = true, -- Take-Home Flarendo
1052+
[238850] = true, -- Arathi Entertainer's Flame
1053+
[238852] = true, -- Flame's Radiance Banner
1054+
[239693] = true, -- Radiant Lynx Whistle
10581055
},
10591056

10601057
["Achievement"] = {
@@ -1074,6 +1071,7 @@ ADDON.db.source = {
10741071
-- Battle for Azeroth
10751072
[163697] = true, -- Laser Pointer
10761073
[166247] = true, -- Citizens Brigade Whistle
1074+
[167698] = true, -- Secret Fish Goggles
10771075
[168016] = true, -- Hyper-Compressed Ocean
10781076
[174830] = true, -- Shadowy Disguise
10791077
[174871] = true, -- Mayhem Mind Melder
@@ -1128,8 +1126,9 @@ ADDON.db.source = {
11281126
[225969] = true, -- Forged Flag of Victory
11291127
[227538] = true, -- Unbound Legend's Pennant
11301128
[227539] = true, -- Unbound Strategist's Pennant
1131-
[232305] = true, -- Forged Champion's Prestigious Banner
1129+
[232305] = true, -- Forged Champion's Prestigious Banner -- AWC War Within S1
11321130
[235519] = true, -- Prized Legend's Pennant
1131+
[232306] = true, -- Prized Champion's Prestigious Banner -- AWC War Within S2
11331132
},
11341133

11351134
["Garrison"] = {
@@ -1244,6 +1243,8 @@ ADDON.db.source = {
12441243
[208704] = true, -- Deepdweller's Earthen Hearthstone - War Within Epic Edition
12451244
[208883] = true, -- Sandbox Storm Gryphon - War Within Epic Edition
12461245
[216893] = true, -- Goblin Town-in-a-Box -- Cata Classic Epic Edition
1246+
[235288] = true, -- Sha-Warped Tea Set -- MoP Classic Heroic Pack
1247+
[235464] = true, -- Sha-Touched Tea Set -- MoP Classic Heroic Pack (classic)
12471248

12481249
-- Trading Card Game
12491250
[32542] = true, -- Imp in a Ball
@@ -1710,11 +1711,14 @@ ADDON.db.effect = {
17101711
[128223] = true, -- Bottomless Stygana Mushroom Brew
17111712
[130151] = true, -- The "Devilsaur" Lunchbox
17121713
[166703] = true, -- Goldtusk Inn Breakfast Buffet
1714+
[166808] = true, -- Bewitching Tea Set
17131715
[183900] = true, -- Sinvyr Tea Set
17141716
[198039] = true, -- Rock of Appreciation
17151717
[199649] = true, -- Dragon Tea Set
17161718
[199650] = true, -- Whale Bone Tea Set
17171719
[234951] = true, -- Uncracked Cold Ones
1720+
[235288] = true, -- Sha-Warped Tea Set
1721+
[235464] = true, -- Sha-Touched Tea Set
17181722
},
17191723

17201724
["Other"] = {
@@ -2010,12 +2014,15 @@ ADDON.db.effect = {
20102014
[211424] = true, -- Dreaming Banner of the Aspects
20112015
[218128] = true, -- Draconic Banner of the Aspects
20122016
[232301] = true, -- Tempered Banner of the Algari
2017+
[232302] = true, -- Prized Banner of the Algari
20132018
[232305] = true, -- Forged Champion's Prestigious Banner
2014-
[232305] = true, -- Forged Champion's Prestigious Banner
2019+
[232306] = true, -- Prized Champion's Prestigious Banner
20152020
[235669] = true, -- Steamwheedle Cartel Banner
20162021
[235670] = true, -- Bilgewater Cartel Banner
20172022
[235671] = true, -- Blackwater Cartel Banner
20182023
[235672] = true, -- Venture Co. Banner
2024+
[238852] = true, -- Flame's Radiance Banner
2025+
[239007] = true, -- Dastardly Banner
20192026
},
20202027

20212028
-- Summons a clone of the character
@@ -2074,7 +2081,6 @@ ADDON.db.effect = {
20742081
[141297] = true, -- Arcano-Shower
20752082
[160751] = true, -- Dance of the Dead
20762083
[169347] = true, -- Judgment of Mechagon
2077-
[183900] = true, -- Sinvyr Tea Set
20782084
[184075] = true, -- Stonewrought Sentry
20792085
[184318] = true, -- Battlecry of Krexus
20802086
[184415] = true, -- Soothing Vesper
@@ -2096,8 +2102,6 @@ ADDON.db.effect = {
20962102
[198173] = true, -- Atomic Recalibrator
20972103
[198474] = true, -- Artist's Easel
20982104
[198646] = true, -- Ornate Dragon Statue
2099-
[199649] = true, -- Dragon Tea Set
2100-
[199650] = true, -- Whale Bone Tea Set
21012105
[199900] = true, -- Secondhand Survey Tools
21022106
[201931] = true, -- Warcraft Rumble Toy: Maiev
21032107
[202261] = true, -- Warcraft Rumble Toy: Sneed
@@ -2121,6 +2125,7 @@ ADDON.db.effect = {
21212125
[220692] = true, -- X-treme Water Blaster Display
21222126
[228707] = true, -- Trial of Burning Light
21232127
[235807] = true, -- Storefront-in-a-Box
2128+
[239018] = true, -- Winner's Podium
21242129
},
21252130

21262131
["Weather"] = {
@@ -2186,7 +2191,6 @@ ADDON.db.effect = {
21862191
[141299] = true, -- Kaldorei Light Globe
21872192
[156649] = true, -- Zandalari Effigy Amulet
21882193
[166704] = true, -- Bowl of Glowing Pufferfish
2189-
[166808] = true, -- Bewitching Tea Set
21902194
[169796] = true, -- Azeroth Mini Collection: Mechagon
21912195
[170196] = true, -- Shirakess Warning Sign
21922196
[170197] = true, -- Swarthy Warning Sign
@@ -2211,6 +2215,7 @@ ADDON.db.effect = {
22112215
[156833] = true, -- Katy's Stampwhistle
22122216
[183876] = true, -- Quill of Correspondence
22132217
[194885] = true, -- Ohuna Perch
2218+
[239693] = true, -- Radiant Lynx Whistle
22142219
},
22152220

22162221
["NPC"] = {
@@ -2257,6 +2262,7 @@ ADDON.db.effect = {
22572262
[166787] = true, -- Twiddle Twirler: Sentinel's Glaive
22582263
[166788] = true, -- Twiddle Twirler: Shredder Blade
22592264
[206696] = true, -- Tricked-Out Thinking Cap
2265+
[238852] = true, -- Flame's Radiance Banner
22602266
},
22612267

22622268
["Co-op"] = {
@@ -2350,6 +2356,7 @@ ADDON.db.effect = {
23502356
[147311] = true, -- Crate of Bobbers: Replica Gondola
23512357
[147312] = true, -- Crate of Bobbers: Demon Noggin
23522358
[152556] = true, -- Trawler Totem
2359+
[167698] = true, -- Secret Fish Goggles
23532360
[168016] = true, -- Hyper-Compressed Ocean
23542361
[180993] = true, -- Bat Visage Bobber
23552362
[202207] = true, -- Reusable Oversized Bobber

Database/toys.db.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ ADDON.db.ingameList = {
579579
[166877] = false, -- Azerite Firework Launcher
580580
[166879] = false, -- Rallying War Banner
581581
[166880] = false, -- Meerah's Jukebox
582+
[167698] = false, -- Secret Fish Goggles
582583
[167931] = false, -- Mechagonian Sawblades
583584
[168012] = false, -- Apexis Focusing Shard
584585
[168014] = false, -- Banner of the Burning Blade
@@ -988,7 +989,9 @@ ADDON.db.ingameList = {
988989
[230924] = false, -- Spotlight Materializer 1000
989990
[231064] = false, -- Throwaway Gangster Disguise
990991
[232301] = false, -- Tempered Banner of the Algari
992+
[232302] = false, -- Prized Banner of the Algari
991993
[232305] = false, -- Forged Champion's Prestigious Banner
994+
[232306] = false, -- Prized Champion's Prestigious Banner
992995
[233202] = false, -- G.O.L.E.M, Jr.
993996
[233486] = false, -- Hallowfall Supply Cache
994997
[234473] = false, -- Soweezi's Comfy Lawn Chair
@@ -1000,6 +1003,8 @@ ADDON.db.ingameList = {
10001003
[235041] = false, -- Cyrce's Circlet
10011004
[235050] = false, -- Desk-in-a-Box
10021005
[235220] = false, -- Fireworks Hat
1006+
[235288] = false, -- Sha-Warped Tea Set
1007+
[235464] = false, -- Sha-Touched Tea Set
10031008
[235519] = false, -- Prized Legend's Pennant
10041009
[235669] = false, -- Steamwheedle Cartel Banner
10051010
[235670] = false, -- Bilgewater Cartel Banner
@@ -1016,4 +1021,9 @@ ADDON.db.ingameList = {
10161021
[237346] = false, -- Artisan Beverage Goblet Bobber
10171022
[237347] = false, -- Organically-Sourced Wellington Bobber
10181023
[237382] = false, -- Undermine Supply Crate
1024+
[238850] = false, -- Arathi Entertainer's Flame
1025+
[238852] = false, -- Flame's Radiance Banner
1026+
[239007] = false, -- Dastardly Banner
1027+
[239018] = false, -- Winner's Podium
1028+
[239693] = false, -- Radiant Lynx Whistle
10191029
}

0 commit comments

Comments
 (0)