mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Creature): Argent Guard Thaelrid (#2674)
- Argent Guard Thaelrid (ID 4787) had wrong faction - Also had wrong title & name in locales.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1581974554600178400');
|
||||
UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 4787;
|
||||
UPDATE `creature_template_locale` SET `Name` = 'Argentumwache Thaelrid', `Title` = 'Die Argentumdämmerung' WHERE `entry` = 4787 AND `locale` = 'deDE';
|
||||
UPDATE `creature_template_locale` SET `Name` = 'Guardia Argenta Thaelrid', `Title` = 'El Alba Argenta' WHERE `entry` = 4787 AND `locale` = 'esES';
|
||||
UPDATE `creature_template_locale` SET `Name` = 'Guardia Argenta Thaelrid', `Title` = 'El Alba Argenta' WHERE `entry` = 4787 AND `locale` = 'esMX';
|
||||
UPDATE `creature_template_locale` SET `Name` = 'Garde d’argent Thaelrid', `Title` = 'L''Aube d''argent' WHERE `entry` = 4787 AND `locale` = 'frFR';
|
||||
Reference in New Issue
Block a user