Skip to content

Commit 0d074b6

Browse files
committed
Add missing keystones
1 parent 88d888b commit 0d074b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

db/db.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ PermoksAccountManager.keys = {
444444
[239] = 'SEAT', -- Seat of the Triumvirate
445445
[244] = 'AD', -- Atal'Dazar
446446
[245] = 'FH', -- Freehold
447+
[247] = 'ML', -- Motherlode
447448
[248] = 'WM', -- Waycrest Manor
448449
[251] = 'UNDR', -- The Underrot
449450
[353] = 'SIEGE', -- Siege of Boralus
@@ -462,14 +463,15 @@ PermoksAccountManager.keys = {
462463

463464
-- PLACEHOLDER: abbreviations
464465
[499] = 'PSF', -- Priory of the Sacred Flame
465-
[500] = 'TR', -- The Rookery
466+
[500] = 'ROOK', -- The Rookery
466467
[501] = 'SV', -- The Stonevault
467468
[502] = 'COT', -- City of Threads
468469
[503] = 'ARAK', -- Ara-Kara, City of Echoes
469470
[504] = 'DFC', -- Darkflame Cleft
470471
[505] = 'DAWN', -- The Dawnbreaker
471-
[506] = 'CIN', -- Cinderbrew Meadery
472+
[506] = 'BREW', -- Cinderbrew Meadery
472473
[507] = 'GB', -- Grim Batol
474+
[525] = 'FLOOD',-- Floodgate
473475
}
474476

475477
-- Timewalking Keystones

0 commit comments

Comments
 (0)