Make MoveOperationStatusType of underlying type byte to fix move and copy YSODs

This commit is contained in:
Kenn Jacobsen
2018-11-26 08:19:49 +01:00
parent 31b4e944e7
commit fee968b94e
@@ -7,7 +7,7 @@
/// <remarks>
/// Anything less than 10 = Success!
/// </remarks>
public enum MoveOperationStatusType
public enum MoveOperationStatusType : byte
{
/// <summary>
/// The move was successful.