Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
elthehablo committed Mar 19, 2024
1 parent e2de9d8 commit d54d8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Remove attunement requirement for SSC
DELETE FROM `dungeon_access_requirements` WHERE `comment` LIKE 'Progression:%' AND `dungeon_access_id` IN (33,34,48,49,54,55,29,46);
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Remove attunement requirement for The Eye
DELETE FROM `dungeon_access_requirements` WHERE `comment` LIKE 'Progression:%' AND `dungeon_access_id` IN (33,34,48,49,54,55,29,46,47);

0 comments on commit d54d8c9

Please sign in to comment.