mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
[optimization] Fixed several compilation warnings
This commit is contained in:
@@ -56,7 +56,7 @@ float ExpectedGroupDpsValue::Calculate()
|
||||
basic_gs = (level + 5) * 4;
|
||||
} else if (level <= 70) {
|
||||
basic_gs = (85 + (level - 60) * 3) * 4;
|
||||
} else if (level <= 80) {
|
||||
} else {
|
||||
basic_gs = (155 + (level - 70) * 4) * 4;
|
||||
}
|
||||
float gap = mixedGearScore - basic_gs;
|
||||
|
||||
Reference in New Issue
Block a user