mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Quests: Battle to Undercity should be turned in to Bragor Bloodfirst
fixes #700
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Battle to Undercity should be turned in to Bragor Bloodfirst
|
||||
DELETE FROM `creature_involvedrelation` WHERE `quest` IN (14351,550);
|
||||
DELETE FROM `creature_questrelation` WHERE `quest` IN (14351,550);
|
||||
INSERT INTO `creature_involvedrelation` (`id`,`quest`) VALUES (36273,14351);
|
||||
Reference in New Issue
Block a user