More Onyxia 40 fixes

This commit is contained in:
郑佩茹
2022-12-08 10:21:51 -07:00
parent 51bcb6574a
commit a721c71db8
3 changed files with 32 additions and 8 deletions

View File

@@ -423,7 +423,7 @@ public:
class IndividualPlayerProgression_UnitScript : public UnitScript
{
private:
float computeTotalGearTuning(Player* player)
static float computeTotalGearTuning(Player* player)
{
float gearAdjustment = 0.0;
for (uint8 i = EQUIPMENT_SLOT_START; i < EQUIPMENT_SLOT_END; ++i)