We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d888b commit 0d074b6Copy full SHA for 0d074b6
db/db.lua
@@ -444,6 +444,7 @@ PermoksAccountManager.keys = {
444
[239] = 'SEAT', -- Seat of the Triumvirate
445
[244] = 'AD', -- Atal'Dazar
446
[245] = 'FH', -- Freehold
447
+ [247] = 'ML', -- Motherlode
448
[248] = 'WM', -- Waycrest Manor
449
[251] = 'UNDR', -- The Underrot
450
[353] = 'SIEGE', -- Siege of Boralus
@@ -462,14 +463,15 @@ PermoksAccountManager.keys = {
462
463
464
-- PLACEHOLDER: abbreviations
465
[499] = 'PSF', -- Priory of the Sacred Flame
- [500] = 'TR', -- The Rookery
466
+ [500] = 'ROOK', -- The Rookery
467
[501] = 'SV', -- The Stonevault
468
[502] = 'COT', -- City of Threads
469
[503] = 'ARAK', -- Ara-Kara, City of Echoes
470
[504] = 'DFC', -- Darkflame Cleft
471
[505] = 'DAWN', -- The Dawnbreaker
- [506] = 'CIN', -- Cinderbrew Meadery
472
+ [506] = 'BREW', -- Cinderbrew Meadery
473
[507] = 'GB', -- Grim Batol
474
+ [525] = 'FLOOD',-- Floodgate
475
}
476
477
-- Timewalking Keystones
0 commit comments