fix(DB/creature_template_locale): npc Title ruRU (#11265)

Fixed ruRU title of npc Lhara (Darkmoon Faire Exotic Goods)
This commit is contained in:
Bogir[rus]
2022-04-07 17:35:45 +05:00
committed by GitHub
parent 85743a1f19
commit 14463eb6f3

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648972434572977796');
UPDATE `creature_template_locale` SET `Title` = 'Лавка редких товаров ярмарки Новолуния' WHERE `entry` = 14846 AND `locale` = 'ruRU';