Fix healing for garrisoned units. Fixes #1098.

This was SVN commit r10882.
This commit is contained in:
fcxSanya 2012-01-07 07:13:27 +00:00
parent add75cffe5
commit bc76b0568e

View File

@ -26,7 +26,7 @@ GarrisonHolder.prototype.Init = function()
this.entities = [];
this.spaceOccupied = 0;
this.timer = undefined;
this.healRate = this.template.BuffHeal;
this.healRate = +this.template.BuffHeal;
};
/**