mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Quest): Correct AllowedRaces for Shattered Halls quests (#16517)
* fix(DB/Quest) Fel Embers now can't be shared with horde. * Update rev_1686519678664565811.sql * Update rev_1686519678664565811.sql
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` IN (9494, 9492);
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 9495;
|
||||
Reference in New Issue
Block a user