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:
Asthalor
2021-08-05 00:08:54 +02:00
committed by GitHub
parent 0d43d0d343
commit 0b30b16452

View File

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