Skip to content

Commit

Permalink
feature(T5): split attunement requirement for SSC (#389)
Browse files Browse the repository at this point in the history
* initial

* extra
  • Loading branch information
elthehablo authored Mar 19, 2024
1 parent e2de9d8 commit f9486e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
@@ -1,2 +1,2 @@
-- Remove attunement requirement for SSC and The Eye
-- 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 f9486e2

Please sign in to comment.