fix(DB/Quest) - Add the missing NPC Starters for Regthar Deathgate (#20762)

* Added NPC Starters

* Added delete to the new NPCs
This commit is contained in:
FlyingArowana
2024-12-01 21:17:30 +00:00
committed by GitHub
parent 4f23dbbb03
commit 125900a20e

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `creature_queststarter` WHERE `id` IN (4485, 10540) AND `quest` = 1361;
-- Adds NPCs Vol'jin and Belgrom Rockmaul as Quest Starters for Regthar Deathgate
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
(4485, 1361),
(10540, 1361);