Skip to content

Commit

Permalink
Support timers in the new Arathi Basin Snowy PvP brawl.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Apr 5, 2017
1 parent ba95b67 commit 9aeb5bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions battlegrounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ do
NewEstimator(1)
end
Capping:AddBG(529, ArathiBasin)

local function ArathiBasinSnowyPvPBrawl()
SetupAssault(60)
NewEstimator(2)
end
Capping:AddBG(1681, ArathiBasinSnowyPvPBrawl)
end

do
Expand Down

0 comments on commit 9aeb5bc

Please sign in to comment.