mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
chore(DB/DungeonAccess): Add comments part 2 (#14087)
Create rev_1670342279427791300.sql
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user