Skip to content

Commit

Permalink
DB/locales_item: add missing localization for item "Bamboo Cage Key"
Browse files Browse the repository at this point in the history
Closes #17285 by lyn1337
  • Loading branch information
Aokromes committed Jun 5, 2016
1 parent de9c423 commit ea12727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2016_06_05_07_world.sql
@@ -0,0 +1,4 @@
-- add missing localization for item "Bamboo Cage Key" (entry: 12301)
DELETE FROM `locales_item` WHERE `entry`=12301;
INSERT INTO `locales_item` (`entry`, `name_loc2`, `name_loc3`, `name_loc6`, `name_loc7`, `name_loc8`) VALUES
(12301, 'Clé de la cage en bambou', 'Bambuskäfigschlüssel', 'Llave de jaula de bambú', 'Llave de jaula de bambú', 'Ключ от бамбуковой клетки');

0 comments on commit ea12727

Please sign in to comment.