mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
More Onyxia 40 fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user