chore(DB/DungeonAccess): Add comments part 2 (#14087)
Create rev_1670342279427791300.sql
This commit is contained in:
parent
551b828f3b
commit
0b470c38c6
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `dungeon_access_requirements` SET `priority`=(NULL), `requirement_note`='You must complete the quest "The Caverns of Time" before entering Old Hillsbrad Foothills', `comment`='Caverns Of Time: Escape from Durnholde (Normal)' WHERE `dungeon_access_id`=62 AND `requirement_type`=1 AND `requirement_id`=10277;
|
||||
UPDATE `dungeon_access_requirements` SET `priority`=(NULL), `requirement_note`='You must complete the quest "The Caverns of Time" and be level 70 before entering the Heroic difficulty of Old Hillsbrad Foothills', `comment`='Caverns Of Time: Escape from Durnholde (Heroic)' WHERE `dungeon_access_id`=63 AND `requirement_type`=1 AND `requirement_id`=10277;
|
||||
Loading…
Add table
Add a link
Reference in a new issue