mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 10:03:47 +00:00
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:
@@ -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);
|
||||||
Reference in New Issue
Block a user