Removes implicit types

This commit is contained in:
Kamron Batman 2018-09-14 08:48:39 -07:00
parent 33f5e77a24
commit 04b4cfe75b
261 changed files with 1329 additions and 1329 deletions

View file

@ -135,7 +135,7 @@ namespace Server.Spells.Fifth
return ( t != null );
}
private static int[] m_HairIDs = new int[]
private static int[] m_HairIDs = new[]
{
0x2044, 0x2045, 0x2046,
0x203C, 0x203B, 0x203D,
@ -143,7 +143,7 @@ namespace Server.Spells.Fifth
0x204A, 0x0000
};
private static int[] m_BeardIDs = new int[]
private static int[] m_BeardIDs = new[]
{
0x203E, 0x203F, 0x2040,
0x2041, 0x204B, 0x204C,

View file

@ -22,7 +22,7 @@ namespace Server.Spells.Fifth
// NOTE: Creature list based on 1hr of summon/release on OSI.
private static Type[] m_Types = new Type[]
private static Type[] m_Types = new[]
{
typeof( PolarBear ),
typeof( GrizzlyBear ),