Skip to content

Commit

Permalink
feat: PvP arena point dailies (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
  • Loading branch information
Nyeriah and 55Honey committed Jan 10, 2024
1 parent 2dc05fa commit d905f3e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Bracket_70_1_1/sql/world/progression_70_1_1_pvp_dailies.sql
Original file line number Diff line number Diff line change
@@ -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
);
Original file line number Diff line number Diff line change
@@ -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
);

0 comments on commit d905f3e

Please sign in to comment.