Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Jan 4, 2022
1 parent b940a2b commit 9c76ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rotation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function TranqRotate:testRotation()
hunterToRotate = TranqRotate.rotationTables.rotation[1]
end

TranqRotate:sendSyncTranq(hunterToRotate, false, timestamp)
TranqRotate:sendSyncTranq(hunterToRotate, false, GetTime())
TranqRotate:rotate(hunterToRotate)
end

Expand Down
2 changes: 1 addition & 1 deletion src/tranqRotate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ end
function TranqRotate:printRotationSetup()

if (IsInRaid()) then
TranqRotate:sendRotationSetupBroadcastMessage('--- ' .. TranqRotate.constants.printPrefix .. L['BROADCAST_HEADER_TEXT'] .. ' ---', channel)
TranqRotate:sendRotationSetupBroadcastMessage('--- ' .. TranqRotate.constants.printPrefix .. L['BROADCAST_HEADER_TEXT'] .. ' ---')

if (TranqRotate.db.profile.useMultilineRotationReport) then
TranqRotate:printMultilineRotation(TranqRotate.rotationTables.rotation)
Expand Down

0 comments on commit 9c76ed8

Please sign in to comment.