View Single Post
Old 07/02/07, 10:31 PM   #230
Nemaa
Piston Honda
 
Nemaa's Avatar
 
Tauren Shaman
 
Twisting Nether (EU)
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?
 
User is offline.