Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -45,8 +45,7 @@ namespace Server.Items
|
|||
private static Point2D[] m_Locations;
|
||||
private static Point2D[] m_HavenLocations;
|
||||
|
||||
private static Type[][] m_SpawnTypes = new[]
|
||||
{
|
||||
private static Type[][] m_SpawnTypes = {
|
||||
new[]{ typeof( HeadlessOne ), typeof( Skeleton ) },
|
||||
new[]{ typeof( Mongbat ), typeof( Ratman ), typeof( HeadlessOne ), typeof( Skeleton ), typeof( Zombie ) },
|
||||
new[]{ typeof( OrcishMage ), typeof( Gargoyle ), typeof( Gazer ), typeof( HellHound ), typeof( EarthElemental ) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue