mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user