Skip to content

Commit 567fbc7

Browse files
committed
Modules/DeepwindGorge: Adjust time in solo mode
1 parent 07fab0a commit 567fbc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/DeepwindGorge.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ do
66
end
77

88
function mod:EnterZone()
9-
self:StartFlagCaptures(60, 1576)
9+
-- C_PvP.IsSoloRBG doesn't exist on Cata/Mists
10+
self:StartFlagCaptures(C_PvP.IsSoloRBG and C_PvP.IsSoloRBG() and 30 or 60) -- 30 sec when solo RBG, 60 otherwise
1011
self:StartScoreEstimator()
1112
end
1213

0 commit comments

Comments
 (0)