Code:
/*
* zones.h
*
* ShowEQ Distributed under GPL
* http://seq.sourceforge.net/
*/
/* Maps zoneId numbers to strings, used in util.cpp */
{ NULL, NULL }, // 0
{ "qeynos", "South Qeynos" }, // 1
{ "qeynos2", "North Qeynos" }, // 2
{ "qrg", "Surefall Glade" }, // 3
{ "qeytoqrg", "Qeynos Hills" }, // 4
{ NULL, NULL }, // 5
{ "highkeep", "High Keep" }, // 6
{ NULL, NULL }, // 7
{ "freportn", "North Freeport" }, // 8
{ "freportw", "West Freeport" }, // 9
{ "freporte", "East Freeport" }, // 10
{ "runnyeye", "Clan Runnyeye" }, // 11
{ "qey2hh1", "West Karana" }, // 12
{ "northkarana", "North Karana" }, // 13
{ "southkarana", "South Karana" }, // 14
{ "eastkarana", "East Karana" }, // 15
{ "beholder", "Gorge of King Xorbb" }, // 16
{ "blackburrow", "BlackBurrow" }, // 17
{ "paw", "Infected Paw" }, // 18
{ "rivervale", "Rivervale" }, // 19
{ "kithicor", "Kithicor Forest" }, // 20
{ "commons", "West Commonlands" }, // 21
{ "ecommons", "East Commonlands" }, // 22
{ "erudnint", "Erudin Palace" }, // 23
{ "erudnext", "Erudin" }, // 24
{ "nektulos", "Nektulos Forest" }, // 25
{ "cshome", "Sunset Home" }, // 26
{ "lavastorm", "Lavastorm Mountains" }, // 27
{ "nektropos", "Nektropos" }, // 28
{ "halas", "Halas" }, // 29
{ "everfrost", "Everfrost Peaks" }, // 30
{ "soldunga", "Solusek's Eye" }, // 31
{ "soldungb", "Nagafen's Lair" }, // 32
{ "misty", "Misty Thicket" }, // 33
{ "nro", "North Ro" }, // 34
{ "sro", "South Ro" }, // 35
{ "befallen", "Befallen" }, // 36
{ "oasis", "Oasis of Marr" }, // 37
{ "tox", "Toxxulia Forest" }, // 38
{ "hole", "The Ruins of Old Paineel" }, // 39
{ "neriaka", "Neriak - Foreign Quarter" }, // 40
{ "neriakb", "Neriak - Commons" }, // 41
{ "neriakc", "Neriak - Third Gate" }, // 42
{ "neriakd", "Neriak - Fourth Gate" }, // 43
{ "najena", "Najena" }, // 44
{ "qcat", "Qeynos Catacombs" }, // 45
{ "innothule", "Innothule Swamp" }, // 46
{ "feerrott", "The Feerrott" }, // 47
{ "cazicthule", "Cazic-Thule" }, // 48
{ "oggok", "Oggok" }, // 49
{ "rathemtn", "Mountains of Rathe" }, // 50
{ "lakerathe", "Lake Rathetear" }, // 51
{ "grobb", "Grobb" }, // 52
{ "aviak", "Aviak Village" }, // 53
{ "gfaydark", "Greater Faydark" }, // 54
{ "akanon", "Ak'Anon" }, // 55
{ "steamfont", "Steamfont Mountains" }, // 56
{ "lfaydark", "Lesser Faydark" }, // 57
{ "crushbone", "Clan Crushbone" }, // 58
{ "mistmoore", "Castle Mistmoore" }, // 59
{ "kaladima", "Kaladim" }, // 60
{ "felwithea", "Felwithe" }, // 61
{ "felwitheb", "Felwithe" }, // 62
{ "unrest", "Estate of Unrest" }, // 63
{ "kedge", "Kedge Keep" }, // 64
{ "guktop", "Upper Guk" }, // 65
{ "gukbottom", "Lower Guk" }, // 66
{ "kaladimb", "Kaladim" }, // 67
{ "butcher", "Butcherblock Mountains" }, // 68
{ "oot", "Ocean of Tears" }, // 69
{ "cauldron", "Dagnor's Cauldron" }, // 70
{ "airplane", "Plane of Sky" }, // 71
{ "fearplane", "Plane of Fear" }, // 72
{ "permafrost", "Permafrost Keep" }, // 73
{ "kerraridge", "Kerra Isle" }, // 74
{ "paineel", "Paineel" }, // 75
{ "hateplane", "The Plane of Hate" }, // 76
{ "arena", "The Arena" }, // 77
{ "fieldofbone", "The Field of Bone" }, // 78
{ "warslikswood", "Warsliks Woods" }, // 79
{ "soltemple", "Temple of Solusek Ro" }, // 80
{ "droga", "Temple of Droga" }, // 81
{ "cabwest", "West Cabilis" }, // 82
{ "swampofnohope", "Swamp of No Hope" }, // 83
{ "firiona", "Firiona Vie" }, // 84
{ "lakeofillomen", "Lake of Ill Omen" }, // 85
{ "dreadlands", "Dreadlands" }, // 86
{ "burningwood", "Burning Woods" }, // 87
{ "kaesora", "Kaesora" }, // 88
{ "sebilis", "Old Sebilis" }, // 89
{ "citymist", "City of Mist" }, // 90
{ "skyfire", "Skyfire Mountains" }, // 91
{ "frontiermtns", "Frontier Mountains" }, // 92
{ "overthere", "The Overthere" }, // 93
{ "emeraldjungle", "The Emerald Jungle" }, // 94
{ "trakanon", "Trakanon's Teeth" }, // 95
{ "timorous", "Timorous Deep" }, // 96
{ "kurn", "Kurn's Tower" }, // 97
{ "erudsxing", "Erud's Crossing" }, // 98
{ NULL, NULL }, // 99
{ "stonebrunt", "Stonebrunt Mountains" }, // 100
{ "warrens", "The Warrens" }, // 101
{ "karnor", "Karnor's Castle" }, // 102
{ "chardok", "Chardok" }, // 103
{ "dalnir", "Dalnir" }, // 104
{ "charasis", "Howling Stones" }, // 105
{ "cabeast", "East Cabilis" }, // 106
{ "nurga", "Mines of Nurga" }, // 107
{ "veeshan", "Veeshan's Peak" }, // 108
{ "veksar", "Veksar" }, // 109
{ "iceclad", "Iceclad Ocean" }, // 110
{ "frozenshadow", "Tower of Frozen Shadow" }, // 111
{ "velketor", "Velketor's Labyrinth" }, // 112
{ "kael", "Kael Drakkel" }, // 113
{ "skyshrine", "Skyshrine" }, // 114
{ "thurgadina", "Thurgadin" }, // 115
{ "eastwastes", "Eastern Wastes" }, // 116
{ "cobaltscar", "Cobalt Scar" }, // 117
{ "greatdivide", "Great Divide" }, // 118
{ "wakening", "The Wakening Land" }, // 119
{ "westwastes", "Western Wastes" }, // 120
{ "crystal", "Crystal Caverns" }, // 121
{ NULL, NULL }, // 122
{ "necropolis", "Dragon Necropolis" }, // 123
{ "templeveeshan", "Temple of Veeshan" }, // 124
{ "sirens", "Siren's Grotto" }, // 125
{ "mischiefplane", "Plane of Mischief" }, // 126
{ "growthplane", "Plane of Growth" }, // 127
{ "sleeper", "Sleeper's Tomb" }, // 128
{ "thurgadinb", "Icewell Keep" }, // 129
{ "erudsxing2", "Marauder's Mire" }, // 130
{ NULL, NULL }, // 131
{ NULL, NULL }, // 132
{ NULL, NULL }, // 133
{ NULL, NULL }, // 134
{ NULL, NULL }, // 135
{ NULL, NULL }, // 136
{ NULL, NULL }, // 137
{ NULL, NULL }, // 138
{ NULL, NULL }, // 139
{ NULL, NULL }, // 140
{ NULL, NULL }, // 141
{ NULL, NULL }, // 142
{ NULL, NULL }, // 143
{ NULL, NULL }, // 144
{ NULL, NULL }, // 145
{ NULL, NULL }, // 146
{ NULL, NULL }, // 147
{ NULL, NULL }, // 148
{ NULL, NULL }, // 149
{ "shadowhaven", "Shadow Haven" }, // 150
{ "bazaar", "The Bazaar" }, // 151
{ "nexus", "The Nexus" }, // 152
{ "echo", "Echo Caverns" }, // 153
{ "acrylia", "Acrylia Caverns" }, // 154
{ "sharvahl", "Shar Vahl" }, // 155
{ "paludal", "Paludal Caverns" }, // 156
{ "fungusgrove", "Fungus Grove" }, // 157
{ "vexthal", "Vex Thal" }, // 158
{ "sseru", "Sanctus Seru" }, // 159
{ "katta", "Katta Castellum" }, // 160
{ "netherbian", "Netherbian Lair" }, // 161
{ "ssratemple", "Ssraeshza Temple" }, // 162
{ "griegsend", "Grieg's End" }, // 163
{ "thedeep", "The Deep" }, // 164
{ "shadeweaver", "Shadeweaver's Thicket" }, // 165
{ "hollowshade", "Hollowshade Moor" }, // 166
{ "grimling", "Grimling Forest" }, // 167
{ "mseru", "Marus Seru" }, // 168
{ "letalis", "Mons Letalis" }, // 169
{ "twilight", "The Twilight Sea" }, // 170
{ "thegrey", "The Grey" }, // 171
{ "tenebrous", "The Tenebrous Mountains" }, // 172
{ "maiden", "The Maiden's Eye" }, // 173
{ "dawnshroud", "Dawnshroud Peaks" }, // 174
{ "scarlet", "The Scarlet Desert" }, // 175
{ "umbral", "The Umbral Plains" }, // 176
{ NULL, NULL }, // 177
{ NULL, NULL }, // 178
{ "akheva", "Akheva Ruins" }, // 179
{ "arena2", "The Arena" }, // 180
{ "jaggedpine", "The Jaggedpine Forest" }, // 181
{ "nedaria", "Nedaria's Landing" }, // 182
{ "tutorial", "Tutorial Zone" }, // 183
{ "load", "Loading" }, // 184
{ "load2", "Loading" }, // 185
{ "hateplaneb", "The Plane of Hate" }, // 186
{ "shadowrest", "Shadowrest" }, // 187
{ "tutoriala", "The Mines of Gloomingdeep" }, // 188
{ "tutorialb", "The Mines of Gloomingdeep" }, // 189
{ NULL, NULL }, // 190
{ NULL, NULL }, // 191
{ NULL, NULL }, // 192
{ NULL, NULL }, // 193
{ NULL, NULL }, // 194
{ NULL, NULL }, // 195
{ NULL, NULL }, // 196
{ NULL, NULL }, // 197
{ NULL, NULL }, // 198
{ NULL, NULL }, // 199
{ "codecay", "Ruins of Lxanvom" }, // 200
{ "pojustice", "Plane of Justice" }, // 201
{ "poknowledge", "Plane of Knowledge" }, // 202
{ "potranquility", "Plane of Tranquility" }, // 203
{ "ponightmare", "Plane of Nightmare" }, // 204
{ "podisease", "Plane of Disease" }, // 205
{ "poinnovation", "Plane of Innovation" }, // 206
{ "potorment", "Plane of Torment" }, // 207
{ "povalor", "Plane of Valor" }, // 208
{ "bothunder", "Torden, The Bastion of Thunder" }, // 209
{ "postorms", "Plane of Storms" }, // 210
{ "hohonora", "Halls of Honor" }, // 211
{ "solrotower", "Solusek Ro's Tower" }, // 212
{ "powar", "Plane of War" }, // 213
{ "potactics", "Drunder, Fortress of Zek" }, // 214
{ "poair", "Eryslai, the Kingdom of Wind" }, // 215
{ "powater", "Reef of Coirnav" }, // 216
{ "pofire", "Doomfire, The Burning Lands" }, // 217
{ "poeartha", "Vegarlson, The Earthen Badlands" }, // 218
{ "potimea", "Plane of Time" }, // 219
{ "hohonorb", "Temple of Marr" }, // 220
{ "nightmareb", "Lair of Terris Thule" }, // 221
{ "poearthb", "Stronghold of the Twelve" }, // 222
{ "potimeb", "Plane of Time" }, // 223
{ "gunthak", "Gulf of Gunthak" }, // 224
{ "dulak", "Dulak's Harbor" }, // 225
{ "torgiran", "Torgiran Mines" }, // 226
{ "nadox", "Crypt of Nadox" }, // 227
{ "hatesfury", "Hate's Fury, The Scorned Maiden" }, // 228
{ "guka", "The Cauldron of Lost Souls" }, // 229
{ "ruja", "The Bloodied Quarries" }, // 230
{ "taka", "The Sunken Library" }, // 231
{ "mira", "The Silent Gallery" }, // 232
{ "mmca", "The Forlorn Caverns" }, // 233
{ "gukb", "The Drowning Crypt" }, // 234
{ "rujb", "The Halls of War" }, // 235
{ "takb", "The Shifting Tower" }, // 236
{ "mirb", "The Maw of the Menagerie" }, // 237
{ "mmcb", "The Dreary Grotto" }, // 238
{ "gukc", "The Ancient Aqueducts" }, // 239
{ "rujc", "The Wind Bridges" }, // 240
{ "takc", "The Fading Temple" }, // 241
{ "mirc", "The Spider Den" }, // 242
{ "mmcc", "The Asylum of Invoked Stone" }, // 243
{ "gukd", "The Mushroom Grove" }, // 244
{ "rujd", "The Gladiator Pits" }, // 245
{ "takd", "The Royal Observatory" }, // 246
{ "mird", "The Hushed Banquet" }, // 247
{ "mmcd", "The Chambers of Eternal Affliction" }, // 248
{ "guke", "The Foreboding Prison" }, // 249
{ "ruje", "The Drudge Hollows" }, // 250
{ "take", "The River of Recollection" }, // 251
{ "mire", "The Frosted Halls" }, // 252
{ "mmce", "The Sepulcher of the Damned" }, // 253
{ "gukf", "The Chapel of the Witnesses" }, // 254
{ "rujf", "The Fortified Lair of the Taskmasters" }, // 255
{ "takf", "The Sandfall Corridors" }, // 256
{ "mirf", "The Forgotten Wastes" }, // 257
{ "mmcf", "The Ritualistic Summoning Grounds" }, // 258
{ "gukg", "The Root Garden" }, // 259
{ "rujg", "The Hidden Vale" }, // 260
{ "takg", "The Balancing Chamber" }, // 261
{ "mirg", "The Heart of the Menagerie" }, // 262
{ "mmcg", "The Cesspits of Putrescence" }, // 263
{ "gukh", "The Accursed Sanctuary" }, // 264
{ "rujh", "The Blazing Forge" }, // 265
{ "takh", "The Sweeping Tides" }, // 266
{ "mirh", "The Morbid Laboratory" }, // 267
{ "mmch", "The Aisles of Blood" }, // 268
{ "ruji", "The Arena of Chance" }, // 269
{ "taki", "The Antiquated Palace" }, // 270
{ "miri", "The Theater of Imprisoned Horrors" }, // 271
{ "mmci", "The Halls of Sanguinary Rites" }, // 272
{ "rujj", "The Barracks of War" }, // 273
{ "takj", "The Prismatic Corridors" }, // 274
{ "mirj", "The Grand Library" }, // 275
{ "mmcj", "The Infernal Sanctuary" }, // 276
{ "chardokb", "The Halls of Betrayal" }, // 277
{ "soldungc", "The Caverns of Exile" }, // 278
{ "abysmal", "Abysmal Sea" }, // 279
{ "natimbi", "Natimbi, The Broken Shores" }, // 280
{ "qinimi", "Qinimi, Court of Nihilia" }, // 281
{ "riwwi", "Riwwi, Coliseum of Games" }, // 282
{ "barindu", "Barindu, Hanging Gardens" }, // 283
{ "ferubi", "Ferubi, Forgotten Temple of Taelosia" }, // 284
{ "snpool", "Sewers of Nihilia, Pool of Sludge" }, // 285
{ "snlair", "Sewers of Nihilia, Lair of Trapped Ones..." }, // 286
{ "snplant", "Sewers of Nihilia, Purifying Plant" }, // 287
{ "sncrematory", "Sewers of Nihilia, the Crematory" }, // 288
{ "tipt", "Tipt, Treacherous Crags" }, // 289
{ "vxed", "Vxed, The Crumbling Caverns" }, // 290
{ "yxtta", "Yxtta, Pulpit of Exiles" }, // 291
{ "uqua", "Uqua, The Ocean God Chantry" }, // 292
{ "kodtaz", "Kod'Taz, Broken Trial Grounds" }, // 293
{ "ikkinz", "Ikkinz, Chambers of Destruction" }, // 294
{ "qvic", "Qvic, Prayer Grounds of Calling" }, // 295
{ "inktuta", "Inktu`Ta, The Unmasked Chapel" }, // 296
{ "txevu", "Txevu, Lair of the Elite" }, // 297
{ "tacvi", "Tacvi, Seat of the Slaver" }, // 298
{ "qvicb", "Qvic, the Hidden Vault" }, // 299
{ "wallofslaughter", "Wall of Slaughter" }, // 300
{ "bloodfields", "The Bloodfields" }, // 301
{ "draniksscar", "Dranik's Scar" }, // 302
{ "causeway", "Nobles' Causeway" }, // 303
{ "chambersa", "Muramite Proving Grounds" }, // 304
{ "chambersb", "Muramite Proving Grounds" }, // 305
{ "chambersc", "Muramite Proving Grounds" }, // 306
{ "chambersd", "Muramite Proving Grounds" }, // 307
{ "chamberse", "Muramite Proving Grounds" }, // 308
{ "chambersf", "Muramite Proving Grounds" }, // 309
{ NULL, NULL }, // 310
{ NULL, NULL }, // 311
{ NULL, NULL }, // 312
{ NULL, NULL }, // 313
{ NULL, NULL }, // 314
{ NULL, NULL }, // 315
{ "provinggrounds", "Muramite Proving Grounds" }, // 316
{ "anguish", "Anguish, the Fallen Palace" }, // 317
{ "dranikhollowsa", "Dranik's Hollows" }, // 318
{ "dranikhollowsb", "Dranik's Hollows" }, // 319
{ "dranikhollowsc", "Dranik's Hollows" }, // 320
{ "dranikhollowsd", "Dranik's Hollows" }, // 321
{ "dranikhollowse", "Dranik's Hollows" }, // 322
{ "dranikhollowsf", "Dranik's Hollows" }, // 323
{ "dranikhollowsg", "Dranik's Hollows" }, // 324
{ "dranikhollowsh", "Dranik's Hollows" }, // 325
{ "dranikhollowsi", "Dranik's Hollows" }, // 326
{ "dranikhollowsj", "Dranik's Hollows" }, // 327
{ "dranikcatacombsa", "Catacombs of Dranik" }, // 328
{ "dranikcatacombsb", "Catacombs of Dranik" }, // 329
{ "dranikcatacombsc", "Catacombs of Dranik" }, // 330
{ "draniksewersa", "Sewers of Dranik" }, // 331
{ "draniksewersb", "Sewers of Dranik" }, // 332
{ "draniksewersc", "Sewers of Dranik" }, // 333
{ "riftseekers", "Riftseekers' Sanctum" }, // 334
{ "harbingers", "Harbingers' Spire" }, // 335
{ "dranik", "The Ruined City of Dranik" }, // 336
{ "broodlands", "The Broodlands" }, // 337
{ "stillmoona", "Stillmoon Temple" }, // 338
{ "stillmoonb", "The Ascent" }, // 339
{ "thundercrest", "Thundercrest Isles" }, // 340
{ "delvea", "Lavaspinner's Lair" }, // 341
{ "delveb", "Tirranun's Delve" }, // 342
{ "thenest", "The Accursed Nest" }, // 343
{ "guildlobby", "The Guild Lobby" }, // 344
{ "guildhall", "Guild Hall" }, // 345
{ "barter", "The Barter Hall" }, // 346
{ "illsalin", "Ruins of Illsalin" }, // 347
{ "illsalina", "Imperial Bazaar" }, // 348
{ "illsalinb", "Temple of the Korlach" }, // 349
{ "illsalinc", "The Nargilor Pits" }, // 350
{ "dreadspire", "Dreadspire Keep" }, // 351
{ "dreadspirea", "The Torture Chamber" }, // 352(removed before launch)
{ "dreadspireb", "The Artifact Room" }, // 353(removed before launch)
{ "drachnidhive", "The Hive" }, // 354
{ "drachnidhivea", "Living Larder" }, // 355
{ "drachnidhiveb", "Coven of the Skinwalkers" }, // 356
{ "drachnidhivec", "Queen Sendaii's Lair" }, // 357
{ "westkorlach", "Stoneroot Falls" }, // 358
{ "westkorlacha", "Chambers of Xill" }, // 359
{ "westkorlachb", "Caverns of the Lost" }, // 360
{ "westkorlachc", "Lair of the Korlach" }, // 361
{ "eastkorlach", "Undershore" }, // 362
{ "eastkorlacha", "Snarlstone Dens" }, // 363
{ "shadowspine", "Shadowspine" }, // 364
{ "corathus", "Corathus Creep" }, // 365
{ "corathusa", "Sporali Caverns" }, // 366
{ "corathusb", "Corathus Lair" }, // 367
{ "nektulosa", "Shadowed Grove" }, // 368
{ "arcstone", "Arcstone" }, // 369
{ "relic", "Relic" }, // 370
{ "skylance", "Skylance" }, // 371
{ "devastation", "The Devastation" }, // 372
{ "devastationa", "The Seething Wall" }, // 373
{ "rage", "Sverag, Stronghold of Rage" }, // 374
{ "ragea", "Razorthorn, Tower of Sullon Zek" }, // 375
{ "takishruins", "Ruins of Takish-Hiz" }, // 376
{ "takishruinsa", "The Root of Ro" }, // 377
{ "elddar", "The Elddar Forest" }, // 378
{ "elddara", "Tunare's Shrine" }, // 379
{ "theater", "Theater of Blood" }, // 380
{ "theatera", "Deathknell, Tower of Dissonance" }, // 381
{ "freeporteast", "East Freeport" }, // 382
{ "freeportwest", "West Freeport" }, // 383
{ "freeportsewers", "Freeport Sewers" }, // 384
{ "freeportacademy", "Academy of Arcane Sciences" }, // 385
{ "freeporttemple", "Temple of Marr" }, // 386
{ "freeportmilitia", "Freeport Militia House" }, // 387
{ "freeportarena", "Arena" }, // 388
{ "freeportcityhall", "City Hall" }, // 389
{ "freeporttheater", "Theater" }, // 390
{ "freeporthall", "Hall of Truth" }, // 391
{ "northro", "North Ro" }, // 392
{ "southro", "South Ro" }, // 393
{ "crescent", "Crescent Reach" }, // 394
{ "moors", "Blightfire Moors" }, // 395
{ "stonehive", "Stone Hive" }, // 396
{ "mesa", "Goru`kar Mesa" }, // 397
{ "roost", "Blackfeather Roost" }, // 398
{ "steppes", "The Steppes" }, // 399
{ "icefall", "Icefall Glacier" }, // 400
{ "valdeholm", "Valdeholm" }, // 401
{ "frostcrypt", "Frostcrypt, Throne of the Shade King" }, // 402
{ "sunderock", "Sunderock Springs" }, // 403
{ "vergalid", "Vergalid Mines" }, // 404
{ "direwind", "Direwind Cliffs" }, // 405
{ "ashengate", "Ashengate, Reliquary of the Scale" }, // 406
{ "highpasshold", "Highpass Hold" }, // 407
{ "commonlands", "Commonlands" }, // 408
{ "oceanoftears", "Ocean of Tears" }, // 409
{ "kithforest", "Kithicor Forest" }, // 410
{ "befallenb", "Befallen" }, // 411
{ "highpasskeep", "High Keep" }, // 412
{ "innothuleb", "Innothule Swamp" }, // 413
{ "toxxulia", "Toxxulia Forest" }, // 414
{ "mistythicket", "Misty Thicket" }, // 415
{ "kattacastrum", "Katta Castrum" }, // 416
{ "thalassius", "Thalassius, the Coral Keep" }, // 417
{ "atiiki", "Jewel of Atiiki" }, // 418
{ "zhisza", "Zhisza, the Shissar Sanctuary" }, // 419
{ "silyssar", "Silyssar, New Chelsith" }, // 420
{ "solteris", "Solteris, the Throne of Ro" }, // 421
{ "barren", "Barren Coast" }, // 422
{ "buriedsea", "The Buried Sea" }, // 423
{ "jardelshook", "Jardel's Hook" }, // 424
{ "monkeyrock", "Monkey Rock" }, // 425
{ "suncrest", "Suncrest Isle" }, // 426
{ "deadbone", "Deadbone Reef" }, // 427
{ "blacksail", "Blacksail Folly" }, // 428
{ "maidensgrave", "Maiden's Grave" }, // 429
{ "redfeather", "Redfeather Isle" }, // 430
{ "shipmvp", "The Open Sea" }, // 431
{ "shipmvu", "The Open Sea" }, // 432
{ "shippvu", "The Open Sea" }, // 433
{ "shipuvu", "The Open Sea" }, // 434
{ "shipmvm", "The Open Sea" }, // 435
{ "mechanotus", "Fortress Mechanotus" }, // 436
{ "mansion", "Meldrath's Majestic Mansion" }, // 437
{ "steamfactory", "The Steam Factory" }, // 438
{ "shipworkshop", "S.H.I.P. Workshop" }, // 439
{ "gyrospireb", "Gyrospire Beza" }, // 440
{ "gyrospirez", "Gyrospire Zeka" }, // 441
{ "dragonscale", "Dragonscale Hills" }, // 442
{ "lopingplains", "Loping Plains" }, // 443
{ "hillsofshade", "Hills of Shade" }, // 444
{ "bloodmoon", "Bloodmoon Keep" }, // 445
{ "crystallos", "Crystallos, Lair of the Awakened" }, // 446
{ "guardian", "The Mechamatic Guardian" }, // 447
{ "steamfontmts", "Steamfont Mountains" }, // 448
{ "cryptofshade", "Crypt of Shade" }, // 449
{ "dragonscalea", "Tinmizer's Wunderwerks" }, // 450
{ "dragonscaleb", "Deepscar's Den" }, // 451
{ "oldfieldofbone", "Field of Scale" }, // 452
{ "oldkaesoraa", "Kaesora Library" }, // 453
{ "oldkaesorab", "Hatchery Wing" }, // 454
{ "oldkurn", "Kurn's Tower" }, // 455
{ "oldkithicor", "Bloody Kithicor" }, // 456
{ "oldcommons", "Old Commonlands" }, // 457
{ "oldhighpass", "Highpass Hold" }, // 458
{ "thevoida", "The Void" }, // 459
{ "thevoidb", "The Void" }, // 460
{ "thevoidc", "The Void" }, // 461
{ "thevoidd", "The Void" }, // 462
{ "thevoide", "The Void" }, // 463
{ "thevoidf", "The Void" }, // 464
{ "thevoidg", "The Void" }, // 465
{ "oceangreenhills", "Oceangreen Hills" }, // 466
{ "oceangreenvillage", "Oceangreen Village" }, // 467
{ "oldblackburrow", "Blackburrow" }, // 468
{ "bertoxtemple", "Temple of Bertoxxulous" }, // 469
{ "discord", "Korafax, Home of the Riders" }, // 470
{ "discordtower", "Citadel of the Worldslayer" }, // 471
{ "oldbloodfield", "Old Bloodfields" }, // 472
{ "precipiceofwar", "The Precipice of War" }, // 473
{ "olddranik", "City of Dranik" }, // 474
{ "toskirakk", "Toskirakk" }, // 475
{ "korascian", "Korascian Warrens" }, // 476
{ "rathechamber", "Rathe Council Chambers" }, // 477
{ "oldfieldofboneb", "Field of Scale" }, // 478
{ "crafthalls", "Ngreth's Den" }, // 479
{ "brellsrest", "Brell's Rest" }, // 480
{ "fungalforest", "Fungal Forest" }, // 481
{ "underquarry", "The Underquarry" }, // 482
{ "coolingchamber", "The Cooling Chamber" }, // 483
{ "shiningcity", "Kernagir, The Shining City" }, // 484
{ "arthicrex", "Arthicrex" }, // 485
{ "foundation", "The Foundation" }, // 486
{ "lichencreep", "Lichen Creep" }, // 487
{ "pellucid", "Pellucid Grotto" }, // 488
{ "stonesnake", "Volska's Husk" }, // 489
{ "brellstemple", "Brell's Temple" }, // 490
{ "convorteum", "The Convorteum" }, // 491
{ "brellsarena", "Brell's Arena" }, // 492
{ "weddingchapel", "Wedding Chapel" }, // 493
{ "weddingchapeldark", "Wedding Chapel" }, // 494
{ "dragoncrypt", "Lair of the Fallen" }, // 495
{ NULL, NULL }, // 496
{ NULL, NULL }, // 497
{ NULL, NULL }, // 498
{ NULL, NULL }, // 499
{ NULL, NULL }, // 500
{ NULL, NULL }, // 501
{ NULL, NULL }, // 502
{ NULL, NULL }, // 503
{ NULL, NULL }, // 504
{ NULL, NULL }, // 505
{ NULL, NULL }, // 506
{ NULL, NULL }, // 507
{ NULL, NULL }, // 508
{ NULL, NULL }, // 509
{ NULL, NULL }, // 510
{ NULL, NULL }, // 511
{ NULL, NULL }, // 512
{ NULL, NULL }, // 513
{ NULL, NULL }, // 514
{ NULL, NULL }, // 515
{ NULL, NULL }, // 516
{ NULL, NULL }, // 517
{ NULL, NULL }, // 518
{ NULL, NULL }, // 519
{ NULL, NULL }, // 520
{ NULL, NULL }, // 521
{ NULL, NULL }, // 522
{ NULL, NULL }, // 523
{ NULL, NULL }, // 524
{ NULL, NULL }, // 525
{ NULL, NULL }, // 526
{ NULL, NULL }, // 527
{ NULL, NULL }, // 528
{ NULL, NULL }, // 529
{ NULL, NULL }, // 530
{ NULL, NULL }, // 531
{ NULL, NULL }, // 532
{ NULL, NULL }, // 533
{ NULL, NULL }, // 534
{ NULL, NULL }, // 535
{ NULL, NULL }, // 536
{ NULL, NULL }, // 537
{ NULL, NULL }, // 538
{ NULL, NULL }, // 539
{ NULL, NULL }, // 540
{ NULL, NULL }, // 541
{ NULL, NULL }, // 542
{ NULL, NULL }, // 543
{ NULL, NULL }, // 544
{ NULL, NULL }, // 545
{ NULL, NULL }, // 546
{ NULL, NULL }, // 547
{ NULL, NULL }, // 548
{ NULL, NULL }, // 549
{ NULL, NULL }, // 550
{ NULL, NULL }, // 551
{ NULL, NULL }, // 552
{ NULL, NULL }, // 553
{ NULL, NULL }, // 554
{ NULL, NULL }, // 555
{ NULL, NULL }, // 556
{ NULL, NULL }, // 557
{ NULL, NULL }, // 558
{ NULL, NULL }, // 559
{ NULL, NULL }, // 560
{ NULL, NULL }, // 561
{ NULL, NULL }, // 562
{ NULL, NULL }, // 563
{ NULL, NULL }, // 564
{ NULL, NULL }, // 565
{ NULL, NULL }, // 566
{ NULL, NULL }, // 567
{ NULL, NULL }, // 568
{ NULL, NULL }, // 569
{ NULL, NULL }, // 570
{ NULL, NULL }, // 571
{ NULL, NULL }, // 572
{ NULL, NULL }, // 573
{ NULL, NULL }, // 574
{ NULL, NULL }, // 575
{ NULL, NULL }, // 576
{ NULL, NULL }, // 577
{ NULL, NULL }, // 578
{ NULL, NULL }, // 579
{ NULL, NULL }, // 580
{ NULL, NULL }, // 581
{ NULL, NULL }, // 582
{ NULL, NULL }, // 583
{ NULL, NULL }, // 584
{ NULL, NULL }, // 585
{ NULL, NULL }, // 586
{ NULL, NULL }, // 587
{ NULL, NULL }, // 588
{ NULL, NULL }, // 589
{ NULL, NULL }, // 590
{ NULL, NULL }, // 591
{ NULL, NULL }, // 592
{ NULL, NULL }, // 593
{ NULL, NULL }, // 594
{ NULL, NULL }, // 595
{ NULL, NULL }, // 596
{ NULL, NULL }, // 597
{ NULL, NULL }, // 598
{ NULL, NULL }, // 599
{ NULL, NULL }, // 600
{ NULL, NULL }, // 601
{ NULL, NULL }, // 602
{ NULL, NULL }, // 603
{ NULL, NULL }, // 604
{ NULL, NULL }, // 605
{ NULL, NULL }, // 606
{ NULL, NULL }, // 607
{ NULL, NULL }, // 608
{ NULL, NULL }, // 609
{ NULL, NULL }, // 610
{ NULL, NULL }, // 611
{ NULL, NULL }, // 612
{ NULL, NULL }, // 613
{ NULL, NULL }, // 614
{ NULL, NULL }, // 615
{ NULL, NULL }, // 616
{ NULL, NULL }, // 617
{ NULL, NULL }, // 618
{ NULL, NULL }, // 619
{ NULL, NULL }, // 620
{ NULL, NULL }, // 621
{ NULL, NULL }, // 622
{ NULL, NULL }, // 623
{ NULL, NULL }, // 624
{ NULL, NULL }, // 625
{ NULL, NULL }, // 626
{ NULL, NULL }, // 627
{ NULL, NULL }, // 628
{ NULL, NULL }, // 629
{ NULL, NULL }, // 630
{ NULL, NULL }, // 631
{ NULL, NULL }, // 632
{ NULL, NULL }, // 633
{ NULL, NULL }, // 634
{ NULL, NULL }, // 635
{ NULL, NULL }, // 636
{ NULL, NULL }, // 637
{ NULL, NULL }, // 638
{ NULL, NULL }, // 639
{ NULL, NULL }, // 640
{ NULL, NULL }, // 641
{ NULL, NULL }, // 642
{ NULL, NULL }, // 643
{ NULL, NULL }, // 644
{ NULL, NULL }, // 645
{ NULL, NULL }, // 646
{ NULL, NULL }, // 647
{ NULL, NULL }, // 648
{ NULL, NULL }, // 649
{ NULL, NULL }, // 650
{ NULL, NULL }, // 651
{ NULL, NULL }, // 652
{ NULL, NULL }, // 653
{ NULL, NULL }, // 654
{ NULL, NULL }, // 655
{ NULL, NULL }, // 656
{ NULL, NULL }, // 657
{ NULL, NULL }, // 658
{ NULL, NULL }, // 659
{ NULL, NULL }, // 660
{ NULL, NULL }, // 661
{ NULL, NULL }, // 662
{ NULL, NULL }, // 663
{ NULL, NULL }, // 664
{ NULL, NULL }, // 665
{ NULL, NULL }, // 666
{ NULL, NULL }, // 667
{ NULL, NULL }, // 668
{ NULL, NULL }, // 669
{ NULL, NULL }, // 670
{ NULL, NULL }, // 671
{ NULL, NULL }, // 672
{ NULL, NULL }, // 673
{ NULL, NULL }, // 674
{ NULL, NULL }, // 675
{ NULL, NULL }, // 676
{ NULL, NULL }, // 677
{ NULL, NULL }, // 678
{ NULL, NULL }, // 679
{ NULL, NULL }, // 680
{ NULL, NULL }, // 681
{ NULL, NULL }, // 682
{ NULL, NULL }, // 683
{ NULL, NULL }, // 684
{ NULL, NULL }, // 685
{ NULL, NULL }, // 686
{ NULL, NULL }, // 687
{ NULL, NULL }, // 688
{ NULL, NULL }, // 689
{ NULL, NULL }, // 690
{ NULL, NULL }, // 691
{ NULL, NULL }, // 692
{ NULL, NULL }, // 693
{ NULL, NULL }, // 694
{ NULL, NULL }, // 695
{ NULL, NULL }, // 696
{ NULL, NULL }, // 697
{ NULL, NULL }, // 698
{ NULL, NULL }, // 699
{ "feerrott2", "The Feerrott" }, // 700
{ "thulehouse1", "House of Thule" }, // 701
{ "thulehouse2", "House of Thule, Upper Floors" }, // 702
{ "housegarden", "The Grounds" }, // 703
{ "thulelibrary", "The Library" }, // 704
{ "well", "The Well" }, // 705
{ "fallen", "Erudin Burning" }, // 706
{ "morellcastle", "Morell's Castle" }, // 707
{ "somnium", "Sanctum Somnium" }, // 708
{ "alkabormare", "Al'Kabor's Nightmare" }, // 709
{ "miragulmare", "Miragul's Nightmare" }, // 710
{ "thuledream", "Fear Itself" }, // 711
{ "neighborhood", "Sunrise Hills" }, // 712
{ "phylactery", "Miragul's Phylactery" }, // 713
{ "phinterior3a1", "House Interior" }, // 714
{ "phinterior1a1", "House Interior" }, // 715
{ "phinterior3a2", "House Interior" }, // 716
{ "phinterior3a3", "House Interior" }, // 717
{ "phinterior1a2", "House Interior" }, // 718
{ "phinterior1a3", "House Interior" }, // 719
{ "phinterior1b1", "Dragon House Interior" }, // 720
{ NULL, NULL }, // 721
{ NULL, NULL }, // 722
{ "phinterior1d1", "Dragon House Interior" }, // 723
{ "argath", "Argath, Bastion of Illdaera" }, // 724
{ "arelis", "Valley of Lunanyn" }, // 725
{ "sarithcity", "Sarith, City of Tides" }, // 726
{ "rubak", "Rubak Oseka, Temple of the Sea" }, // 727
{ "beastdomain", "Beasts' Domain" }, // 728
{ "resplendent", "The Resplendent Temple" }, // 729
{ "pillarsalra", "Pillars of Alra" }, // 730
{ "windsong", "Windsong Sanctuary" }, // 731
{ "cityofbronze", "Erillion, City of Bronze" }, // 732
{ "sepulcher", "Sepulcher of Order" }, // 733
{ "eastsepulcher", "Sepulcher East" }, // 734
{ "westsepulcher", "Sepulcher West" }, // 735
{ "shadowedmount", "Shadowed Mount" }, // 736
{ "guildhalllrg", "Grand Guild Hall" }, // 737
{ "guildhallsml", "Greater Guild Hall" }, // 738
{ "plhogrinteriors1a1", "One Bedroom House Interior" }, // 739
{ "plhogrinteriors1a2", "One Bedroom House Interior" }, // 740
{ "plhogrinteriors3a1", "Three Bedroom House Interior" }, // 741
{ "plhogrinteriors3a2", "Three Bedroom House Interior" }, // 742
{ "plhogrinteriors3b1", "Three Bedroom House Interior" }, // 743
{ "plhogrinteriors3b2", "Three Bedroom House Interior" }, // 744
{ "plhdkeinteriors1a1", "One Bedroom House Interior" }, // 745
{ "plhdkeinteriors1a2", "One Bedroom House Interior" }, // 746
{ "plhdkeinteriors1a3", "One Bedroom House Interior" }, // 747
{ "plhdkeinteriors3a1", "Three Bedroom House Interior" }, // 748
{ "plhdkeinteriors3a2", "Three Bedroom House Interior" }, // 749
{ "plhdkeinteriors3a3", "Three Bedroom House Interior" }, // 750
{ "guildhall3", "Modest Guild Hall" }, // 751
{ "shardslanding", "Shard's Landing" }, // 752
{ "xorbb", "Valley of King Xorbb" }, // 753
{ "kaelshard", "Kael Drakkel: The King's Madness" }, // 754
{ "eastwastesshard", "East Wastes: Zeixshi-Kar's Awakening" }, // 755
{ "crystalshard", "The Crystal Caverns: Fragment of Fear" }, // 756
{ "breedinggrounds", "The Breeding Grounds" }, // 757
{ "eviltree", "Evantil, the Vile Oak" }, // 758
{ "grelleth", "Grelleth's Palace, the Chateau of Filth..." }, // 759
{ "chapterhouse", "Chapterhouse of the Fallen" }, // 760
{ "pomischief", "The Plane of Mischief" }, // 761
{ "burnedwoods", "The Burned Woods" }, // 762
{ "chelsithreborn", "Chelsith Reborn" }, // 763
{ "poshadow", "Plane of Shadow" }, // 764
{ "heartoffear", "Heart of Fear: The Threshold" }, // 765
{ "phinteriortree", "Evantil's Abode" }, // 766
{ "interiorwalltest", "Wall Wall Wall" }, // 767
{ "heartoffearb", "Heart of Fear: The Rebirth" }, // 768
{ "heartoffearc", "Heart of Fear: The Epicenter" }, // 769
{ "bixiewarfront", "Bixie Warfront" }, // 770
{ "deadhills", "The Dead Hills" }, // 771
{ "ethernere", "Ethernere Tainted West Karana" }, // 772
{ "thevoidh", "The Void" }, // 773
{ "plhbixieint", "Bixie Hive" }, // 774
{ "towerofrot", "Tower of Rot" }, // 775
{ "arginhiz", "Argin-Hiz" }, // 776
{ "exalted", "Sul Vius: Demiplane of Life" }, // 777
{ "arxmentis", "Arx Mentis" }, // 778
{ "brotherisland", "Brother Island" }, // 779
{ "kattacastrumb", "Katta Castrum: Deluge" }, // 780
{ "dredge", "Combine Dredge" }, // 781
{ "endlesscaverns", "Caverns of Endless Song" }, // 782
{ "thuliasaur", "Thuliasaur Island" }, // 783
{ "degmar", "Degmar, the Lost Castle" }, // 784
{ "tempesttemple", "Tempest Temple" }, // 785
{ "plhpirateshipint", "Pirate Ship" }, // 786
{ "gnomemtn", "Gnome Memorial Mountain" }, // 787
{ "drogab", "The Temple of Droga" }, // 788
{ "charasisb", "Sathir's Tomb" }, // 789
{ "scorchedwoods", "Scorched Woods" }, // 790
{ "frontiermtnsb", "Frontier Mountains" }, // 791
{ "gorowyn", "Gorowyn" }, // 792
{ "korshaext", "Gates of Kor-Sha" }, // 793
{ "lceanium", "Lceanium" }, // 794
{ "cosul", "Crypt of Sul" }, // 795
{ "codecayb", "Ruins of Lxanvom" }, // 796
{ "exaltedb", "Sul Vius: Demiplane of Decay" }, // 797
{ "pohealth", "The Plane of Health" }, // 798
{ "korshaint", "Kor-Sha Laboratory" }, // 799
{ "chardoktwo", "Chardok" }, // 800
{ NULL, NULL }, // 801
{ NULL, NULL }, // 802
{ NULL, NULL }, // 803
{ NULL, NULL }, // 804
{ NULL, NULL }, // 805
{ NULL, NULL }, // 806
{ NULL, NULL }, // 807
{ NULL, NULL }, // 808
{ NULL, NULL }, // 809
{ NULL, NULL }, // 810
{ NULL, NULL }, // 811
{ NULL, NULL }, // 812
{ "charasistwo", "Howling Stones" }, // 813
{ "skyfiretwo", "Skyfire Mountains" }, // 814
{ "overtheretwo", "The Overthere" }, // 815
{ "veeshantwo", "Veeshan's Peak" }, // 816
{ "clz-winter", "Loading" }, // 817
{ "clz-anniversary", "Loading" }, // 818
{ "clz-spring", "Loading" }, // 819
{ "clz-autumn", "Loading" }, // 820
{ "clz-frostfell", "Loading" }, // 821
{ NULL, NULL }, // 822
{ NULL, NULL }, // 823
{ NULL, NULL }, // 824
{ NULL, NULL }, // 825
{ NULL, NULL }, // 826
{ NULL, NULL }, // 827
{ NULL, NULL }, // 828
{ NULL, NULL }, // 829
{ NULL, NULL }, // 830
{ NULL, NULL }, // 831
{ NULL, NULL }, // 832
{ NULL, NULL }, // 833
{ NULL, NULL }, // 834
{ NULL, NULL }, // 835
{ NULL, NULL }, // 836
{ NULL, NULL }, // 837
{ NULL, NULL }, // 838
{ NULL, NULL }, // 839
{ NULL, NULL }, // 840
{ NULL, NULL }, // 841
{ NULL, NULL }, // 842
{ NULL, NULL }, // 843
{ NULL, NULL }, // 844
{ NULL, NULL }, // 845
{ NULL, NULL }, // 846
{ NULL, NULL }, // 847
{ NULL, NULL }, // 848
{ NULL, NULL }, // 849
{ NULL, NULL }, // 850
{ NULL, NULL }, // 851
{ NULL, NULL }, // 852
{ NULL, NULL }, // 853
{ NULL, NULL }, // 854
{ NULL, NULL }, // 855
{ NULL, NULL }, // 856
{ NULL, NULL }, // 857
{ NULL, NULL }, // 858
{ NULL, NULL }, // 859
{ NULL, NULL }, // 860
{ NULL, NULL }, // 861
{ NULL, NULL }, // 862
{ NULL, NULL }, // 863
{ NULL, NULL }, // 864
{ NULL, NULL }, // 865
{ NULL, NULL }, // 866
{ NULL, NULL }, // 867
{ NULL, NULL }, // 868
{ NULL, NULL }, // 869
{ NULL, NULL }, // 870
{ NULL, NULL }, // 871
{ NULL, NULL }, // 872
{ NULL, NULL }, // 873
{ NULL, NULL }, // 874
{ NULL, NULL }, // 875
{ NULL, NULL }, // 876
{ NULL, NULL }, // 877
{ NULL, NULL }, // 878
{ NULL, NULL }, // 879
{ NULL, NULL }, // 880
{ NULL, NULL }, // 881
{ NULL, NULL }, // 882
{ NULL, NULL }, // 883
{ NULL, NULL }, // 884
{ NULL, NULL }, // 885
{ NULL, NULL }, // 886
{ NULL, NULL }, // 887
{ NULL, NULL }, // 888
{ NULL, NULL }, // 889
{ NULL, NULL }, // 890
{ NULL, NULL }, // 891
{ NULL, NULL }, // 892
{ NULL, NULL }, // 893
{ NULL, NULL }, // 894
{ NULL, NULL }, // 895
{ NULL, NULL }, // 896
{ NULL, NULL }, // 897
{ NULL, NULL }, // 898
{ NULL, NULL }, // 899
{ NULL, NULL }, // 900
{ NULL, NULL }, // 901
{ NULL, NULL }, // 902
{ NULL, NULL }, // 903
{ NULL, NULL }, // 904
{ NULL, NULL }, // 905
{ NULL, NULL }, // 906
{ NULL, NULL }, // 907
{ NULL, NULL }, // 908
{ NULL, NULL }, // 909
{ NULL, NULL }, // 910
{ NULL, NULL }, // 911
{ NULL, NULL }, // 912
{ NULL, NULL }, // 913
{ NULL, NULL }, // 914
{ NULL, NULL }, // 915
{ NULL, NULL }, // 916
{ NULL, NULL }, // 917
{ NULL, NULL }, // 918
{ NULL, NULL }, // 919
{ NULL, NULL }, // 920
{ NULL, NULL }, // 921
{ NULL, NULL }, // 922
{ NULL, NULL }, // 923
{ NULL, NULL }, // 924
{ NULL, NULL }, // 925
{ NULL, NULL }, // 926
{ NULL, NULL }, // 927
{ NULL, NULL }, // 928
{ NULL, NULL }, // 929
{ NULL, NULL }, // 930
{ NULL, NULL }, // 931
{ NULL, NULL }, // 932
{ NULL, NULL }, // 933
{ NULL, NULL }, // 934
{ NULL, NULL }, // 935
{ NULL, NULL }, // 936
{ NULL, NULL }, // 937
{ NULL, NULL }, // 938
{ NULL, NULL }, // 939
{ NULL, NULL }, // 940
{ NULL, NULL }, // 941
{ NULL, NULL }, // 942
{ NULL, NULL }, // 943
{ NULL, NULL }, // 944
{ NULL, NULL }, // 945
{ NULL, NULL }, // 946
{ NULL, NULL }, // 947
{ NULL, NULL }, // 948
{ NULL, NULL }, // 949
{ NULL, NULL }, // 950
{ NULL, NULL }, // 951
{ NULL, NULL }, // 952
{ NULL, NULL }, // 953
{ NULL, NULL }, // 954
{ NULL, NULL }, // 955
{ NULL, NULL }, // 956
{ NULL, NULL }, // 957
{ NULL, NULL }, // 958
{ NULL, NULL }, // 959
{ NULL, NULL }, // 960
{ NULL, NULL }, // 961
{ NULL, NULL }, // 962
{ NULL, NULL }, // 963
{ NULL, NULL }, // 964
{ NULL, NULL }, // 965
{ NULL, NULL }, // 966
{ NULL, NULL }, // 967
{ NULL, NULL }, // 968
{ NULL, NULL }, // 969
{ NULL, NULL }, // 970
{ NULL, NULL }, // 971
{ NULL, NULL }, // 972
{ NULL, NULL }, // 973
{ NULL, NULL }, // 974
{ NULL, NULL }, // 975
{ NULL, NULL }, // 976
{ NULL, NULL }, // 977
{ NULL, NULL }, // 978
{ NULL, NULL }, // 979
{ NULL, NULL }, // 980
{ NULL, NULL }, // 981
{ NULL, NULL }, // 982
{ NULL, NULL }, // 983
{ NULL, NULL }, // 984
{ NULL, NULL }, // 985
{ NULL, NULL }, // 986
{ NULL, NULL }, // 987
{ NULL, NULL }, // 988
{ NULL, NULL }, // 989
{ NULL, NULL }, // 990
{ NULL, NULL }, // 991
{ NULL, NULL }, // 992
{ NULL, NULL }, // 993
{ NULL, NULL }, // 994
{ NULL, NULL }, // 995
{ "arttest", "Art Testing Domain" }, // 996
{ NULL, NULL }, // 997
{ "fhalls", "The Forgotten Halls" }, // 998
{ "apprentice", "Designer Apprentice" }, // 999