fix(DB/creature_template_locale): Ilkrud Magthrull name (#13861)
This commit is contained in:
parent
40aa2e6d53
commit
fb38bf5ff4
1 changed files with 4 additions and 0 deletions
|
|
@ -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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue