-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(T5): split attunement requirement for SSC (#389)
* initial * extra
- Loading branch information
1 parent
e2de9d8
commit f9486e2
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...et_70_3_2/sql/world/progression_61_64_dungeon_access_requirements_attunements_down_2a.sql
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,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); |
2 changes: 1 addition & 1 deletion
2
...ccess_requirements_attunements_down_2.sql → ...cess_requirements_attunements_down_2b.sql
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 |
---|---|---|
@@ -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); |