Skip to content

Commit 378e88b

Browse files
authored
DB/Locales: Update some Jewelcrafting Design for 3.3.5a
closes #30175 by Jildor note this change is 3.3.5a only.
1 parent 8938f38 commit 378e88b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
-- Design: Brilliant King's Amber
2+
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');
3+
4+
-- Design: Bright Cardinal Ruby
5+
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');
6+
7+
-- Design: Enduring Eye of Zul
8+
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');
9+
10+
-- Design: Glowing Dreadstone
11+
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');
12+
13+
-- Design: Intricate Eye of Zul
14+
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 commit comments

Comments
 (0)