Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -244,8 +244,7 @@ namespace Server.Items
|
|||
}
|
||||
}
|
||||
|
||||
private static LightEntry[] m_Entries = new[]
|
||||
{
|
||||
private static LightEntry[] m_Entries = {
|
||||
new LightEntry( LightType.WestSmall, 1122, 1123, 1124, 1141, 1142, 1143, 1144, 1145, 1146, 2347, 2359, 2360, 2361, 2362, 2363, 2364, 2387, 2388, 2389, 2390, 2391, 2392 ),
|
||||
new LightEntry( LightType.NorthSmall, 1131, 1133, 1134, 1147, 1148, 1149, 1150, 1151, 1152, 2352, 2373, 2374, 2375, 2376, 2377, 2378, 2401, 2402, 2403, 2404, 2405, 2406 ),
|
||||
new LightEntry( LightType.Circle300, 6526, 6538, 6571 ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue