Make MoveOperationStatusType of underlying type byte to fix move and copy YSODs
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/// <remarks>
|
||||
/// Anything less than 10 = Success!
|
||||
/// </remarks>
|
||||
public enum MoveOperationStatusType
|
||||
public enum MoveOperationStatusType : byte
|
||||
{
|
||||
/// <summary>
|
||||
/// The move was successful.
|
||||
|
||||
Reference in New Issue
Block a user