Build error fixes

2 build errors left at this point.

The weather system needs to be implemented in the same way as the
previous cores. That should resolve one or even both of the last errors.
This commit is contained in:
Charles A Edwards 2016-02-04 16:21:30 +00:00 committed by Antz
parent bb2f41482c
commit 9e94234bdf
12 changed files with 124 additions and 18 deletions

View file

@ -5717,7 +5717,7 @@ void Unit::SendAttackStateUpdate(uint32 HitInfo, Unit* target, SpellSchoolMask d
SendAttackStateUpdate(&dmgInfo);
}
void Unit::setPowerType(Powers new_powertype)
void Unit::SetPowerType(Powers new_powertype)
{
SetByteValue(UNIT_FIELD_BYTES_0, 3, new_powertype);