Skip to content

Commit

Permalink
Correct playerWaitTime default.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-fyre authored Nov 3, 2024
1 parent 92ae452 commit 1460b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/WorldHandlers/LFGMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ void LFGMgr::SendQueueStatus()
playerWaitTime = m_dpsWaitTime[dungeonId].time;
break;
default:
playerWaitTime = 0; //is this the right default?
playerWaitTime = m_avgWaitTime[dungeonId].time;
break;
}

Expand Down

0 comments on commit 1460b0b

Please sign in to comment.