File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ -- https://www.wowhead.com/wotlk/quest=467/stonegears-search
2+ -- 2nd Questgiver for "Stonegear's Search" (Pilot Longbeard)
3+ DELETE FROM ` creature_queststarter` WHERE ` id` = 2092 AND ` quest` = 467 ;
4+ INSERT INTO ` creature_queststarter` (` id` , ` quest` ) VALUES (2092 , 467 );
5+
6+ -- https://www.wowhead.com/wotlk/quest=1698/yorus-barleybrew
7+ -- 2nd Questgiver for "Yorus Barleybrew" (Darnath Bladesinger)
8+ DELETE FROM ` creature_queststarter` WHERE ` id` = 7315 AND ` quest` = 1698 ;
9+ INSERT INTO ` creature_queststarter` (` id` , ` quest` ) VALUES (7315 , 1698 );
10+
11+ -- https://www.wowhead.com/wotlk/quest=1684/elanaria
12+ -- 3rd Questgiver for "Elanaria" (Sentinel Elissa Starbreeze)
13+ DELETE FROM ` creature_queststarter` WHERE ` id` = 3657 AND ` quest` = 1684 ;
14+ INSERT INTO ` creature_queststarter` (` id` , ` quest` ) VALUES (3657 , 1684 );
You can’t perform that action at this time.
0 commit comments