@@ -363,24 +363,77 @@ end
363363---- ----------------------------------------------
364364if Filger .isRetail then
365365 local data = {
366- -- DRUID
367- [400734 ] = true , -- After the Wildfire
366+ -- Classes
367+ -- DEMONHUNTER
368+ [452550 ] = true , -- Monster Rising
369+ [453314 ] = true , -- Enduring Torment
368370
369- -- MONK
370- [383733 ] = true , -- Training of Niuzao
371- [450552 ] = true , -- Jade Walk
372- [450572 ] = true , -- Flow of Chi
373- [450574 ] = true , -- Flow of Chi
371+ -- DRUID
372+ [400734 ] = true , -- After the Wildfire
374373
375- -- PRIEST
376- [21562 ] = true , -- Power Word: Fortitude
374+ -- MONK
375+ [383733 ] = true , -- Training of Niuzao
376+ [450552 ] = true , -- Jade Walk
377+ [450572 ] = true , -- Flow of Chi
378+ [450574 ] = true , -- Flow of Chi
379+
380+ -- PRIEST
381+ [21562 ] = true , -- Power Word: Fortitude
382+
383+ -- SHAMAN
384+ [462854 ] = true , -- Skyfury
385+
386+ -- WARRIOR
387+ [386196 ] = true , -- Berserker Stance
377388
378389 -- Mount
379390 [404464 ] = true , -- Flight Style: Skyriding
380391 [404468 ] = true , -- Flight Style: Steady
381392
382393 -- Mythic+
383- [206150 ] = true , -- Challenger's Might
394+ [206150 ] = true , -- Challenger's Might
395+
396+ -- Items
397+ [452226 ] = true , -- Spiderling (Ara-Kara Sacbrood)
398+ -- Tome of Light's Devotion
399+ [450699 ] = true , -- "The 50 Verses of Radiance"
400+ [450696 ] = true , -- "The 50 Verses of Radiance"
401+ [450720 ] = true , -- Inner Radiance
402+ [450706 ] = false , -- Inner Radiance
403+
404+ -- Warband
405+ [430191 ] = true , -- Warband Mentored Leveling
406+ [225788 ] = true , -- Sign of the Emissary
407+
408+ [17619 ] = true , -- Alchemist Stone
409+ [72968 ] = true , -- Precious's Ribbon
410+ [203533 ] = true , -- Black Icey Bling
411+ [225788 ] = true , -- Sign of the Emissary
412+ [306600 ] = true , -- Experience Eliminated
413+ [347600 ] = true , -- Infused Ruby Tracking
414+ [397734 ] = true , -- Word of a Worthy Ally
415+ [456820 ] = true , -- Ride Along
416+ [417275 ] = true , -- Greater Encapsulated Destiny
417+
418+ -- Factions
419+ [442983 ] = true , -- Vizier's Savvy
420+ [462806 ] = true , -- Vizier's Supremacy
421+ [440645 ] = true , -- Fire Flies
422+ [443248 ] = true , -- Azj-Kahet Pheromones
423+
424+ -- Weekly
425+ [335148 ] = true , -- Sign of the Twisting Nether
426+ -- [452307] = true, -- Sign of the Past
427+ -- [455020] = true, -- WoW's Anniversary
428+ [471521 ] = true , -- Sign of the Explorer
429+
430+ -- Costumes
431+ [16739 ] = true , -- Orb of Deception
432+ [96312 ] = true , -- Kalytha's Haunted Locket
433+ [245686 ] = true , -- Fashionable!
434+
435+ -- Professions
436+ [442981 ] = true , -- Weaver's Tutelage
384437 }
385438
386439 import (data , blacklist )
0 commit comments