aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-12-10 18:23:39 +0100
committerKillyana <morphone1@gmail.com>2019-12-10 18:23:39 +0100
commita07e496f5b6bc8d47dafccc771d80ec38f110d22 (patch)
tree7c3ee900082016af63ca825fe033f580309cc1ac /sql
parent535ab0f79220d17b1684cbccbf8e8b5000f9d71a (diff)
DB/Locales: Add om missing locales for gobs
Closes #23957
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_12_10_02_world_335.sql21
1 files changed, 21 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_10_02_world_335.sql b/sql/updates/world/3.3.5/2019_12_10_02_world_335.sql
new file mode 100644
index 00000000000..9572a70a8ee
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_12_10_02_world_335.sql
@@ -0,0 +1,21 @@
+--
+DELETE FROM `gameobject_template_locale` WHERE `entry` IN (190671,165557,3224);
+INSERT INTO `gameobject_template_locale` (`entry`, `locale`, `name`, `castBarCaption`, `VerifiedBuild`) VALUES
+(3224, "deDE", "Klingenhügel", "", 18019),
+(3224, "esES", "Cerrotajo", "", 18019),
+(3224, "esMX", "Cerrotajo", "", 18019),
+(3224, "frFR", "Tranchecolline", "", 18019),
+(3224, "koKR", "칼바위 언덕", "", 18019),
+(3224, "ruRU", "Колючий Холм", "", 18019),
+(3224, "zhCN", "剃刀岭", "", 18019),
+(3224, "zhTW", "剃刀嶺", "", 18019),
+(165557, "deDE", "Östlicher Zeppelinlandeturm - Tirisfal und Schlingendorntal", "", 18019),
+(165557, "frFR", "Tour de Zepplin est - Clairières de Tirisfal et Vallée de Strangleronce", "", 18019),
+(165557, "esES", "Torre Zepelin Este - Claros de Tirisfal y Valle de Tuercespina", "", 18019),
+(165557, "esMX", "Torre Zepelin Este - Claros de Tirisfal y Valle de Tuercespina", "", 18019),
+(165557, "ruRU", "Восточная башня дирижабля - Тирисфальские леса и Тернистая долина", "", 18019),
+(190671, "deDE", "Westlicher Zeppelinlandeturm - Nordend und Mulgore", "", 18019),
+(190671, "frFR", "Tour de Zepplin ouest - Norfendre et Mulgore", "", 18019),
+(190671, "esES", "Torre Zepelín Oeste - Rasganorte y Mulgore", "", 18019),
+(190671, "esMX", "Torre Zepelín Oeste - Rasganorte y Mulgore", "", 18019),
+(190671, "ruRU", "Западная башня дирижаблей - Нордскол и Мулгор", "", 18019);