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:
Eddy Vega
2022-04-23 08:27:33 -06:00
committed by GitHub
parent 9fa3436cbe
commit 8c5910d0c0

View File

@@ -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);