Change scale of GetPermaHaste()

This commit is contained in:
Michael Cook (mackal)
2014-09-09 22:50:50 -04:00
parent ed4e762f03
commit 881f937a35
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4811,7 +4811,7 @@ void Mob::SetAttackTimer()
void Client::SetAttackTimer()
{
float PermaHaste = GetPermaHaste() * 100.0f;
float PermaHaste = GetPermaHaste();
//default value for attack timer in case they have
//an invalid weapon equipped:
@@ -4907,7 +4907,7 @@ void Client::SetAttackTimer()
void NPC::SetAttackTimer()
{
float PermaHaste = GetPermaHaste() * 100.0f;
float PermaHaste = GetPermaHaste();
//default value for attack timer in case they have
//an invalid weapon equipped: