fix(DB/creature_template_locale): Ilkrud Magthrull name (#13861)

This commit is contained in:
ZhengPeiRu21
2022-11-21 14:00:12 -07:00
committed by GitHub
parent 40aa2e6d53
commit fb38bf5ff4

View File

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