mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
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:
parent
bb2f41482c
commit
9e94234bdf
12 changed files with 124 additions and 18 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue