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:
parent
9fa3436cbe
commit
8c5910d0c0
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue