mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Quest): Zandalari Tribe missing rogue quest and race restrictions. (#15229)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user