fix(Scripts/DB): Mimiron Computer NPC text (#3722)
This commit is contained in:
parent
bcac48b573
commit
223738e910
2 changed files with 9 additions and 3 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1605661689213920900');
|
||||
|
||||
/* Copy FemaleText into missing MaleText for Computer NPC in Mimiron fight, Ulduar. */
|
||||
|
||||
UPDATE `broadcast_text` SET `MaleText`=`FemaleText` WHERE `ID` IN (34284,34283,34282,34281,34280,34279,34278,34277,34276,34275,34274,34273,34268);
|
||||
UPDATE `broadcast_text_locale` SET `MaleText`=`FemaleText` WHERE `ID` IN (34284,34283,34282,34281,34280,34279,34278,34277,34276,34275,34274,34273,34268);
|
||||
Loading…
Add table
Add a link
Reference in a new issue