Removes implicit types
This commit is contained in:
parent
33f5e77a24
commit
04b4cfe75b
261 changed files with 1329 additions and 1329 deletions
|
|
@ -4,7 +4,7 @@ namespace Server.Mobiles
|
|||
public class Horse : BaseMount
|
||||
{
|
||||
public override string CorpseName => "a horse corpse";
|
||||
private static int[] m_IDs = new int[]
|
||||
private static int[] m_IDs = new[]
|
||||
{
|
||||
0xC8, 0x3E9F,
|
||||
0xE2, 0x3EA0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue