mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/creature_template_locale): Ilkrud Magthrull name (#13861)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature_template_locale` SET `Name` = 'Ilkrud Magthrull' WHERE `entry` = 3664 AND `locale` IN ('esES', 'esMX', 'frFR');
|
||||
UPDATE `creature_template_locale` SET `Name` = '伊克魯德·瑪格蘇爾' WHERE `entry` = 3664 AND `locale` = 'zhTW';
|
||||
UPDATE `creature_template_locale` SET `Name` = '일크루드 마그스룰' WHERE `entry` = 3664 AND `locale` = 'koKR';
|
||||
Reference in New Issue
Block a user