Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -164,8 +164,7 @@ namespace Server.Spells.Necromancy
|
|||
return closest;
|
||||
}
|
||||
|
||||
private static readonly Point3D[] m_BritanniaLocs = new[]
|
||||
{
|
||||
private static readonly Point3D[] m_BritanniaLocs = {
|
||||
new Point3D( 1470, 843, 0 ),
|
||||
new Point3D( 1857, 865, -1 ),
|
||||
new Point3D( 4220, 563, 36 ),
|
||||
|
|
@ -176,8 +175,7 @@ namespace Server.Spells.Necromancy
|
|||
new Point3D( 2500, 3931, 3 ),
|
||||
new Point3D( 4264, 3707, 0 )
|
||||
};
|
||||
private static readonly Point3D[] m_IllshLocs = new[]
|
||||
{
|
||||
private static readonly Point3D[] m_IllshLocs = {
|
||||
new Point3D( 1222, 474, -17 ),
|
||||
new Point3D( 718, 1360, -60),
|
||||
new Point3D( 297, 1014, -19 ),
|
||||
|
|
@ -186,12 +184,10 @@ namespace Server.Spells.Necromancy
|
|||
new Point3D( 1538, 1341, -3 ),
|
||||
new Point3D( 528, 223, -38 )
|
||||
};
|
||||
private static readonly Point3D[] m_MalasLocs = new[]
|
||||
{
|
||||
private static readonly Point3D[] m_MalasLocs = {
|
||||
new Point3D ( 976, 517, -30 )
|
||||
};
|
||||
private static readonly Point3D[] m_TokunoLocs = new[]
|
||||
{
|
||||
private static readonly Point3D[] m_TokunoLocs = {
|
||||
new Point3D( 710, 1162, 25 ),
|
||||
new Point3D( 1034, 515, 18 ),
|
||||
new Point3D( 295, 712, 55 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue