diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-07-13 11:18:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-13 11:18:56 +0200 |
commit | 46f01f97fb965932ea0acce3a3ac73b240b8b4d1 (patch) | |
tree | fc64f6fc8af777acb500e78236dffedd2d94c06b /sql/updates | |
parent | 78753ccd68416d262d0fe13be52339e090bd1d37 (diff) |
DB/Creature: Fix locales of npc Balai Lok'Wein
closes #30075 by CraftedRO
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2024_07_13_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_07_13_01_world.sql b/sql/updates/world/3.3.5/2024_07_13_01_world.sql new file mode 100644 index 00000000000..fe183cd4bd5 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_07_13_01_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_template_locale` SET `Name`="Balai Lok'Wein", `Title`="Tränke, Schriftrollen & Reagenzien", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='deDE'; +UPDATE `creature_template_locale` SET `Name`="Balai Lok'Wein", `Title`="Pociones, pergaminos y componentes", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='esES'; +UPDATE `creature_template_locale` SET `Name`="Balai Lok'Wein", `Title`="Pociones, pergaminos y componentes", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='esMX'; +UPDATE `creature_template_locale` SET `Name`="Balai Lok'Wein", `Title`="Potions, Parchemins & Composants", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='frFR'; +UPDATE `creature_template_locale` SET `Name`="발라이 로크웨인", `Title`="물약 및 마법용품 상인", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='koKR'; +UPDATE `creature_template_locale` SET `Name`="Бала Лок'Вен", `Title`="Зелья, cвитки и pеагенты", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='ruRU'; +UPDATE `creature_template_locale` SET `Name`="巴莱·洛克维", `Title`="药剂、卷轴和材料", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='zhCN'; +UPDATE `creature_template_locale` SET `Name`="巴萊·洛克維", `Title`="药剂、卷轴和材料", `VerifiedBuild`=0 WHERE `entry`=13476 AND `locale`='zhTW'; |