Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -1470,8 +1470,7 @@ namespace Server.Items
|
|||
|
||||
private static Hashtable m_AcquireTable;
|
||||
|
||||
private static FillableContent[] m_ContentTypes = new[]
|
||||
{
|
||||
private static FillableContent[] m_ContentTypes = {
|
||||
Weaponsmith, Provisioner, Mage,
|
||||
Alchemist, Armorer, ArtisanGuild,
|
||||
Baker, Bard, Blacksmith,
|
||||
|
|
|
|||
|
|
@ -3,13 +3,11 @@ namespace Server.Items
|
|||
[Flippable]
|
||||
public class ParagonChest : LockableContainer
|
||||
{
|
||||
private static int[] m_ItemIDs = new[]
|
||||
{
|
||||
private static int[] m_ItemIDs = {
|
||||
0x9AB, 0xE40, 0xE41, 0xE7C
|
||||
};
|
||||
|
||||
private static int[] m_Hues = new[]
|
||||
{
|
||||
private static int[] m_Hues = {
|
||||
0x0, 0x455, 0x47E, 0x89F, 0x8A5, 0x8AB,
|
||||
0x966, 0x96D, 0x972, 0x973, 0x979
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ namespace Server.Items
|
|||
|
||||
public static Type[] Artifacts => m_Artifacts;
|
||||
|
||||
private static Type[] m_Artifacts = new[]
|
||||
{
|
||||
private static Type[] m_Artifacts = {
|
||||
typeof( CandelabraOfSouls ), typeof( GoldBricks ), typeof( PhillipsWoodenSteed ),
|
||||
typeof( ArcticDeathDealer ), typeof( BlazeOfDeath ), typeof( BurglarsBandana ),
|
||||
typeof( CavortingClub ), typeof( DreadPirateHat ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue