From 4f0d045ff42daefc8925d4f1fd82b25999f30165 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sat, 5 May 2018 17:42:24 +0200 Subject: [PATCH] Quests/Misc * remove Uldaman from Eastern Kingdoms * add Crystalsong forest to Northrend --- includes/game.php | 4 ++-- localization/locale_enus.php | 3 +-- static/js/locale_dede.js | 2 ++ static/js/locale_enus.js | 4 +++- static/js/locale_eses.js | 2 ++ static/js/locale_frfr.js | 2 ++ static/js/locale_ruru.js | 2 ++ 7 files changed, 14 insertions(+), 5 deletions(-) diff --git a/includes/game.php b/includes/game.php index c2c80713..00f07d41 100644 --- a/includes/game.php +++ b/includes/game.php @@ -27,7 +27,7 @@ class Game public static $questClasses = array( -2 => [ 0], - 0 => [ 1, 3, 4, 8, 9, 10, 11, 12, 25, 28, 33, 36, 38, 40, 41, 44, 45, 46, 47, 51, 85, 130, 132, 139, 154, 267, 1497, 1517, 1519, 1537, 2257, 3430, 3431, 3433, 3487, 4080, 4298], + 0 => [ 1, 3, 4, 8, 9, 10, 11, 12, 25, 28, 33, 36, 38, 40, 41, 44, 45, 46, 47, 51, 85, 130, 132, 139, 154, 267, 1497, 1519, 1537, 2257, 3430, 3431, 3433, 3487, 4080, 4298], 1 => [ 14, 15, 16, 17, 141, 148, 188, 215, 220, 331, 357, 361, 363, 400, 405, 406, 440, 490, 493, 618, 1377, 1637, 1638, 1657, 1769, 3524, 3525, 3526, 3557], 2 => [ 206, 209, 491, 717, 718, 719, 721, 722, 796, 1176, 1196, 1337, 1417, 1581, 1583, 1584, 1941, 2017, 2057, 2100, 2366, 2367, 2437, 2557, 3535, 3562, 3688, 3713, 3714, 3715, 3716, 3717, 3789, 3790, 3791, 3792, 3842, 3847, 3848, 3849, 3905, 4100, 4131, 4196, 4228, 4264, 4265, 4272, 4277, 4415, 4416, 4494, 4522, 4723, 4809, 4813, 4820], 3 => [ 1977, 2159, 2677, 2717, 3428, 3429, 3456, 3457, 3606, 3607, 3805, 3836, 3845, 3923, 3959, 4075, 4273, 4493, 4500, 4603, 4722, 4812, 4987], @@ -37,7 +37,7 @@ class Game 7 => [-1010, -368, -367, -365, -344, -241, -1], 8 => [ 3483, 3518, 3519, 3520, 3521, 3522, 3523, 3679, 3703], 9 => [-1005, -1003, -1002, -1001, -376, -375, -374, -370, -369, -366, -364, -41, -22], // 22: seasonal - 10 => [ 65, 66, 67, 210, 394, 495, 3537, 3711, 4024, 4197, 4395, 4742] + 10 => [ 65, 66, 67, 210, 394, 495, 2817, 3537, 3711, 4024, 4197, 4395, 4742] ); /* why: diff --git a/localization/locale_enus.php b/localization/locale_enus.php index 3f53cdbd..c0cea906 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -642,8 +642,7 @@ $lang = array( 44 => "Redridge Mountains", 45 => "Arathi Highlands", 46 => "Burning Steppes", 47 => "The Hinterlands", 51 => "Searing Gorge", 85 => "Tirisfal Glades", 130 => "Silverpine Forest", 132 => "Coldridge Valley", 139 => "Eastern Plaguelands", 154 => "Deathknell", 267 => "Hillsbrad Foothills", 1497 => "Undercity", 1519 => "Stormwind City", 1537 => "Ironforge", 2257 => "Deeprun Tram", - 3430 => "Eversong Woods", 3431 => "Sunstrider Isle", 3433 => "Ghostlands", 3487 => "Silvermoon City", - 4080 => "Isle of Quel'Danas", + 3430 => "Eversong Woods", 3431 => "Sunstrider Isle", 3433 => "Ghostlands", 3487 => "Silvermoon City", 4080 => "Isle of Quel'Danas", 4298 => "The Scarlet Enclave" ), 1 => array( "Kalimdor", diff --git a/static/js/locale_dede.js b/static/js/locale_dede.js index 4dd938fe..7936dc2d 100644 --- a/static/js/locale_dede.js +++ b/static/js/locale_dede.js @@ -374,6 +374,7 @@ var mn_quests = [ [210, "Eiskrone"], [394, "Grizzlyhügel"], [495, "Der heulende Fjord"], + [2817, "Kristallsangwald"], [3537, "Boreanische Tundra", , [[4024, "Kaltarra", "?quests=10.4024"]]], [3711, "Sholazarbecken"], [4197, "Tausendwintersee"], @@ -1566,6 +1567,7 @@ var g_quest_sorts = { 2597: 'Alteractal', 2677: 'Pechschwingenhort', 2717: 'Geschmolzener Kern', + 2817: 'Kristallsangwald', 3277: 'Kriegshymnenschlucht', 3358: 'Arathibecken', 3428: 'Tempel von Ahn\'Qiraj', diff --git a/static/js/locale_enus.js b/static/js/locale_enus.js index bf61f202..b79522c0 100644 --- a/static/js/locale_enus.js +++ b/static/js/locale_enus.js @@ -374,6 +374,7 @@ var mn_quests = [ [210, "Icecrown"], [394, "Grizzly Hills"], [495, "Howling Fjord"], + [2817, "Crystalsong Forest"], [3537, "Borean Tundra", , [[4024, "Coldarra", "?quests=10.4024"]]], [3711, "Sholazar Basin"], [4197, "Wintergrasp"], @@ -1612,6 +1613,7 @@ var g_quest_sorts = { 2597: 'Alterac Valley', 2677: 'Blackwing Lair', 2717: 'Molten Core', + 2817: 'Crystalsong Forest', 3277: 'Warsong Gulch', 3358: 'Arathi Basin', 3428: 'Temple of Ahn\'Qiraj', @@ -1693,7 +1695,7 @@ var g_quest_sorts = { 4812: 'Icecrown Citadel', 4813: 'Pit of Saron', 4820: 'Halls of Reflection', - 4987: 'The Ruby Sanctum', + 4987: 'The Ruby Sanctum' }; var g_quest_types = { diff --git a/static/js/locale_eses.js b/static/js/locale_eses.js index 4c27bd54..d3206d07 100644 --- a/static/js/locale_eses.js +++ b/static/js/locale_eses.js @@ -374,6 +374,7 @@ var mn_quests = [ [210, "Corona de Hielo"], [394, "Colinas Pardas"], [495, "Fiordo Aquilonal"], + [2817, "Bosque Canto de Cristal"], [3537, "Tundra Boreal", , [[4024, "Gelidar", "?quests=10.4024"]]], [3711, "Cuenca de Sholazar"], [4197, "Conquista del Invierno"], @@ -1566,6 +1567,7 @@ var g_quest_sorts = { 2597: 'Valle de Alterac', 2677: 'Guarida de Alanegra', 2717: 'Núcleo de Magma', + 2817: 'Bosque Canto de Cristal', 3277: 'Garganta Grito de Guerra', 3358: 'Cuenca de Arathi', 3428: 'Ahn\'Qiraj', diff --git a/static/js/locale_frfr.js b/static/js/locale_frfr.js index 0ecc76f7..2c8a2ff3 100644 --- a/static/js/locale_frfr.js +++ b/static/js/locale_frfr.js @@ -374,6 +374,7 @@ var mn_quests = [ [210, "La Couronne de glace"], [394, "Les Grisonnes"], [495, "Fjord Hurlant"], + [2817, "Forêt du Chant de cristal"], [3537, "Toundra Boréenne", , [[4024, "Frimarra", "?quests=10.4024"]]], [3711, "Bassin de Sholazar"], [4197, "Joug-d'hiver"], @@ -1566,6 +1567,7 @@ var g_quest_sorts = { 2597: 'Vallée d\'Alterac', 2677: 'Repaire de l\'Aile noire', 2717: 'Cœur du Magma', + 2817: 'Forêt du Chant de cristal', 3277: 'Goulet des Chanteguerres', 3358: 'Bassin d\'Arathi', 3428: 'Ahn\'Qiraj', diff --git a/static/js/locale_ruru.js b/static/js/locale_ruru.js index 6cc4146a..26341612 100644 --- a/static/js/locale_ruru.js +++ b/static/js/locale_ruru.js @@ -374,6 +374,7 @@ var mn_quests = [ [210, "Ледяная Корона"], [394, "Седые холмы"], [495, "Ревущий фьорд"], + [2817, "Лес Хрустальной Песни"], [3537, "Борейская тундра", , [[4024, "Хладарра", "?quests=10.4024"]]], [3711, "Низина Шолазар"], [4197, "Озеро Ледяных Оков"], @@ -1566,6 +1567,7 @@ var g_quest_sorts = { 2597: 'Альтеракская долина', 2677: 'Логово Крыла Тьмы', 2717: 'Огненные Недра', + 2817: 'Лес Хрустальной Песни', 3277: 'Ущелье Песни Войны', 3358: 'Низина Арати', 3428: 'Ан\'Кираж',