-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
-- https://www.wowhead.com/wotlk/quest=467/stonegears-search | ||
-- 2nd Questgiver for "Stonegear's Search" (Pilot Longbeard) | ||
DELETE FROM `creature_queststarter` WHERE `id` = 2092 AND `quest` = 467; | ||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (2092, 467); | ||
|
||
-- https://www.wowhead.com/wotlk/quest=1698/yorus-barleybrew | ||
-- 2nd Questgiver for "Yorus Barleybrew" (Darnath Bladesinger) | ||
DELETE FROM `creature_queststarter` WHERE `id` = 7315 AND `quest` = 1698; | ||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (7315, 1698); | ||
|
||
-- https://www.wowhead.com/wotlk/quest=1684/elanaria | ||
-- 3rd Questgiver for "Elanaria" (Sentinel Elissa Starbreeze) | ||
DELETE FROM `creature_queststarter` WHERE `id` = 3657 AND `quest` = 1684; | ||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (3657, 1684); |