mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Locales: Correct wrong translation and add a missing esES/esMX item locale
closes #29803 by Odyssey
This commit is contained in:
7
sql/updates/world/3.3.5/2024_03_14_02_world.sql
Normal file
7
sql/updates/world/3.3.5/2024_03_14_02_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Update wrong translation for 'Scroll of enchant shield: defense'
|
||||
UPDATE `item_template_locale` SET `Name`='Pergamino de Encantar escudo: defensa' WHERE `ID`=38954 AND `locale` IN ('esES','esMX');
|
||||
-- Add missing locale for 'Scroll of enchant shield: greater intellect'
|
||||
DELETE FROM `item_template_locale` WHERE `ID`=44455 AND `locale` IN ('esES','esMX');
|
||||
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES
|
||||
(44455, 'esES', 'Pergamino de Encantar escudo: intelecto superior', '', -12340),
|
||||
(44455, 'esMX', 'Pergamino de Encantar escudo: intelecto superior', '', -12340);
|
||||
Reference in New Issue
Block a user