Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change ID of SSC attunement quest to match the quest actually available in game #358

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ INSERT INTO `dungeon_access_requirements` (`dungeon_access_id`, `requirement_typ
(54, 2, 27991, 1, (NULL), 'Progression: Auchindoun: Shadow Labyrinth (Normal)'),
(55, 2, 27991, 1, (NULL), 'Progression: Auchindoun: Shadow Labyrinth (Heroic)'),
(29, 2, 24490, 0, 'You must have the item The Master\'s Key to enter Karazhan.', 'Progression: Phase 1: Karazhan'),
(46, 1, 10901, 0, 'You must complete the quest "The Cudgel of Kar\'desh" starting at "Skar\'this the Heretic" before entering the Serpentshrine Cavern.', 'Progression: Phase 2: Serpentshrine Cavern'),
(46, 1, 13431, 0, 'You must complete the quest "The Cudgel of Kar\'desh" starting at "Skar\'this the Heretic" before entering the Serpentshrine Cavern.', 'Progression: Phase 2: Serpentshrine Cavern'),
(47, 2, 31704, 0, 'You must have the item The Tempest Key to enter The Eye.', 'Progression: Phase 2: The Eye'),
(32, 1, 13432, 0, 'You must complete the quest "The Vials of Eternity" before entering the Hyjal Summit.', 'Progression: Phase 3: Battle for Mount Hyjal'),
(64, 1, 10985, 0, 'You must have the item Medallion of Karabor to enter the Black Temple.', 'Progression: Phase 3: The Black Temple');
Loading