mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Item): Wand of Allistarj locale esES esMX (#11412)
* Create rev_1650071065104177600.sql * update Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650071065104177600');
|
||||
|
||||
DELETE FROM `item_template_locale` WHERE `ID`=13065 AND `locale` IN ('esES','esMX');
|
||||
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES
|
||||
(13065, 'esES', 'Varita de Allistarj', '', 0),
|
||||
(13065, 'esMX', 'Varita de Allistarj', '', 0);
|
||||
|
||||
Reference in New Issue
Block a user