-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |