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

@ -57,6 +57,9 @@ ClassOnMapStart()
{
// Clear multipliers.
ClassResetMultiplierCache();
// Prepare hp regeneration module.
ClassHealthRegenInit();
}
/**