If I have 4 piece t5 bonus shall I change this part of the code
// Flurry
if (flurryCount > 0)
currentHaste = 0.30 + PLAYER_HASTE_GEAR;
else
currentHaste = PLAYER_HASTE_GEAR;
to this:
// Flurry
if (flurryCount > 0)
currentHaste = 0.35 + PLAYER_HASTE_GEAR;
else
currentHaste = PLAYER_HASTE_GEAR;
Am I right?
