Skip to content

Commit

Permalink
DB/Locales: Update some Jewelcrafting Design for 3.3.5a
Browse files Browse the repository at this point in the history
closes #30175 by Jildor 
note this change is 3.3.5a only.
  • Loading branch information
Aokromes authored Aug 21, 2024
1 parent 8938f38 commit 378e88b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sql/updates/world/3.3.5/2024_08_21_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-- Design: Brilliant King's Amber
UPDATE `item_template_locale` SET `Name`='Boceto: ámbar del rey luminoso',`Description`='Te enseña a tallar un ámbar del rey luminoso.' WHERE `ID`=46930 AND (`locale`='esES' OR `locale`='esMX');

-- Design: Bright Cardinal Ruby
UPDATE `item_template_locale` SET `Name`='Boceto: rubí cárdeno brillante',`Description`='Te enseña a tallar un rubí cárdeno brillante.' WHERE `ID`=46919 AND (`locale`='esES' OR `locale`='esMX');

-- Design: Enduring Eye of Zul
UPDATE `item_template_locale` SET `Name`='Boceto: ojo de Zul duradero',`Description`='Te enseña a tallar un ojo de Zul duradero.' WHERE `ID`=46897 AND (`locale`='esES' OR `locale`='esMX');

-- Design: Glowing Dreadstone
UPDATE `item_template_locale` SET `Name`='Boceto: piedra de terror resplandeciente',`Description`='Te enseña a tallar una piedra de terror resplandeciente.' WHERE `ID`=46936 AND (`locale`='esES' OR `locale`='esMX');

-- Design: Intricate Eye of Zul
UPDATE `item_template_locale` SET `Name`='Boceto: ojo de Zul intrincado',`Description`='Te enseña a tallar un ojo de Zul intrincado.' WHERE `ID`=46910 AND (`locale`='esES' OR `locale`='esMX');

0 comments on commit 378e88b

Please sign in to comment.