Skip to content

Commit

Permalink
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Aug 22, 2024
2 parents 729c445 + 378e88b commit 9089203
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 9089203

Please sign in to comment.