Skip to content

Commit

Permalink
re-enable 10 man goo timer, it was right, note wa wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Oct 14, 2023
1 parent e737637 commit 81ae1e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Festergut.lua
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ function mod:OnSync(msg, arg)
if self:IsDifficulty("heroic25") then
timerGooCD:Start()--10
else
--why is it set to 15 with a note of 30?
-- timerGooCD:Start(15)--30 seconds in between goos on 10 man heroic
timerGooCD:Start(15)--10 man heroic is 15
end
end
end

0 comments on commit 81ae1e2

Please sign in to comment.