diff --git a/Data/Scripts/Misc/FruitCalc.lua b/Data/Scripts/Misc/FruitCalc.lua index f250b89..4178b10 100644 --- a/Data/Scripts/Misc/FruitCalc.lua +++ b/Data/Scripts/Misc/FruitCalc.lua @@ -63,5 +63,5 @@ function FruitMinusStatCalc(Class, PrevMinusStat, Level) end end - return MinusStatt -- The right side value (y) of the display in Game Client, x/y where x are actual points + return MinusStat -- The right side value (y) of the display in Game Client, x/y where x are actual points end \ No newline at end of file