diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_23_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_23_02_world.sql b/sql/updates/world/3.3.5/2018_03_23_02_world.sql new file mode 100644 index 00000000000..bf043e88baa --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_23_02_world.sql @@ -0,0 +1,2 @@ +UPDATE `access_requirement` SET `quest_done_A`=10277, `quest_done_H`=10277, `quest_failed_text`="You must complete the quest ""The Caverns of Time"" before entering Old Hillsbrad Foothills" WHERE `MapID` IN (560) AND `difficulty`=0; +UPDATE `access_requirement` SET `quest_done_A`=10277, `quest_done_H`=10277, `quest_failed_text`="You must complete the quest ""The Caverns of Time"" and be level 70 before entering the Heroic difficulty of Old Hillsbrad Foothills" WHERE `MapID` IN (560) AND `difficulty`=1; |
