fix(DB/Quest): Made Mortality Wanes alliance only so it cant be shared with hordes (#7147)
Co-authored-by: Lukas Volgger <55922592+LukasVolgger@users.noreply.github.com>
This commit is contained in:
parent
0d43d0d343
commit
0b30b16452
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627389223377644200');
|
||||
|
||||
-- Changed the side to be alliance only so it cant be shareable between horde
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE (`ID` = 1142);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue