mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Quest: Add proper quest relation for quest Scrying Goggles? No
Problem! (8578) Closes #74
This commit is contained in:
committed by
runningnak3d
parent
781a59f812
commit
b7d32819c2
@@ -0,0 +1,3 @@
|
||||
-- Fix starting NPC for quest "Scrying Goggles? No Problem!"
|
||||
DELETE FROM `gameobject_questrelation` WHERE `quest`=8578; -- Delete any existing values for this quest
|
||||
INSERT INTO `gameobject_questrelation` (`id`,`quest`) VALUES (180642,8578); -- Insert correct values for start point of quest
|
||||
Reference in New Issue
Block a user