Core: Fix new warnings ...

This commit is contained in:
Vincent-Michael
2013-06-18 17:23:47 +02:00
parent 09eea66ee1
commit 47ea7943e5
+2 -2
View File
@@ -17439,7 +17439,7 @@ bool Unit::SetCanFly(bool enable)
return true;
}
bool Unit::SetWaterWalking(bool enable, bool packetOnly /* = false */)
bool Unit::SetWaterWalking(bool enable, bool /*packetOnly = false */)
{
if (enable == HasUnitMovementFlag(MOVEMENTFLAG_WATERWALKING))
return false;
@@ -17452,7 +17452,7 @@ bool Unit::SetWaterWalking(bool enable, bool packetOnly /* = false */)
return true;
}
bool Unit::SetFeatherFall(bool enable, bool packetOnly /* = false */)
bool Unit::SetFeatherFall(bool enable, bool /*packetOnly = false */)
{
if (enable == HasUnitMovementFlag(MOVEMENTFLAG_FALLING_SLOW))
return false;