mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Silence totalDps being uninitialized
This commit is contained in:
@@ -25,7 +25,7 @@ float EstimatedLifetimeValue::Calculate()
|
||||
|
||||
float EstimatedGroupDpsValue::Calculate()
|
||||
{
|
||||
float totalDps;
|
||||
float totalDps = 0;
|
||||
|
||||
std::vector<Player*> groupPlayer = {bot};
|
||||
if (Group* group = bot->GetGroup())
|
||||
|
||||
Reference in New Issue
Block a user