fix(DB/Quest): Zandalari Tribe missing rogue quest and race restrictions. (#15229)
This commit is contained in:
parent
c7a44082b4
commit
0380360cc2
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
-- Falthir the Sightless, add 8143 (Rogue revered neck quest)
|
||||
DELETE FROM `creature_queststarter` WHERE `id` = 14905 AND `quest` = 8143;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (14905, 8143);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `id` = 14905 AND `quest` = 8143;
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES (14905, 8143);
|
||||
-- Remove race restrictions. (Rogue exalted neck quest)
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 0 WHERE `ID` = 8144;
|
||||
|
||||
-- Remove race restrictions. (Paladin exalted neck quest)
|
||||
UPDATE `quest_template` SET `AllowableRaces` = 0 WHERE `ID` = 8048;
|
||||
Loading…
Add table
Add a link
Reference in a new issue