Fixed HP regen timer handles not always initialized.

This commit is contained in:
richard
2009-12-03 01:22:20 +01:00
parent e8ead727c2
commit 849d8cd81b
3 changed files with 40 additions and 3 deletions

View File

@ -381,7 +381,7 @@ bool:ClassApplyHealthRegen(client, classindex, cachetype = ZR_CLASS_CACHE_PLAYER
if (interval > 0)
{
ClassHealthRegenInitialize(client, interval, amount, max);
ClassHealthRegenInitClient(client, interval, amount, max);
return true;
}
else