mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Quest): allows both factions to do Past Endeavors (#8785)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635401513072944556');
|
||||
|
||||
-- Updates quest 5057 (Past Endeavors) to be available to both factions
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 0 WHERE (`ID` = 5057);
|
||||
Reference in New Issue
Block a user