Skip to content

Commit

Permalink
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Nov 9, 2024
2 parents f9fd0ab + c7a0218 commit d5770f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sql/updates/world/3.3.5/2024_11_08_00_world.sql
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);

0 comments on commit d5770f4

Please sign in to comment.