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:
v-mstrs
2023-06-17 16:34:19 +02:00
committed by GitHub
parent 3620b6c12f
commit 5590d2eab2

View File

@@ -0,0 +1,3 @@
--
UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` IN (9494, 9492);
UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 9495;