diff --git a/src/Bracket_70_1_1/sql/world/progression_70_1_1_pvp_dailies.sql b/src/Bracket_70_1_1/sql/world/progression_70_1_1_pvp_dailies.sql new file mode 100644 index 00000000..fa982b85 --- /dev/null +++ b/src/Bracket_70_1_1/sql/world/progression_70_1_1_pvp_dailies.sql @@ -0,0 +1,14 @@ +DELETE FROM `disables` WHERE `sourceType` = 1 AND entry IN( +11335, 11339, -- Arathi Basin +11336, 11340, -- Alterac Valley +11337, 11341, -- Eye of the Storm +11338, 11342 -- Warsong Gulch +); +UPDATE `quest_template` SET +`MinLevel` = 70 +WHERE ID IN( +11335, 11339, -- Arathi Basin +11336, 11340, -- Alterac Valley +11337, 11341, -- Eye of the Storm +11338, 11342 -- Warsong Gulch +); diff --git a/src/Bracket_71_74/sql/world/progression_70_1_1_pvp_dailies_down.sql b/src/Bracket_71_74/sql/world/progression_70_1_1_pvp_dailies_down.sql new file mode 100644 index 00000000..2c4d76cb --- /dev/null +++ b/src/Bracket_71_74/sql/world/progression_70_1_1_pvp_dailies_down.sql @@ -0,0 +1,8 @@ +UPDATE `quest_template` SET +`MinLevel` = 71 +WHERE ID IN( +11335, 11339, -- Arathi Basin +11336, 11340, -- Alterac Valley +11337, 11341, -- Eye of the Storm +11338, 11342 -- Warsong Gulch +);