Added grand archive address to ATM9

This commit is contained in:
2026-01-14 09:06:11 -05:00
parent 0e97a4fb74
commit 9edaf1dd14

View File

@ -28,11 +28,12 @@ addresses.MainGates = {
-- Typically 9-chevron addresses for player bases
addresses.playerGates = {
{ "Glaive", { 33, 6, 10, 24, 1, 30, 3, 17, 0 } },
{ "Mune", { 32, 33, 8, 7, 25, 21, 14, 35, 0 } },
{ "Glaive", { 33, 6, 10, 24, 1, 30, 3, 17, 0 } },
{ "Mune", { 32, 33, 8, 7, 25, 21, 14, 35, 0 } },
--{ "Caldoric", { 18, 2, 24, 16, 8, 19, 4, 29, 0 } },
{ "Trading Hall", { 16, 19, 6, 18, 35, 27, 9, 8, 0 } },
{ "Darkmoon", { 29, 10, 3, 35, 11, 14, 16, 17, 0 } }
{ "Trading Hall", { 16, 19, 6, 18, 35, 27, 9, 8, 0 } },
{ "Darkmoon", { 29, 10, 3, 35, 11, 14, 16, 17, 0 } },
{ "Grand Archive", { 31, 17, 33, 11, 21, 22, 9, 15, 0 } }
}
---------------------------------------------