Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -1141,7 +1141,7 @@ namespace Server.Misc
|
|||
addSkillItems = false;
|
||||
EquipItem( new Kasa() );
|
||||
|
||||
int[] hues = new[] { 0x1A8, 0xEC, 0x99, 0x90, 0xB5, 0x336, 0x89 };
|
||||
int[] hues = { 0x1A8, 0xEC, 0x99, 0x90, 0xB5, 0x336, 0x89 };
|
||||
//TODO: Verify that's ALL the hues for that above.
|
||||
|
||||
EquipItem( new TattsukeHakama( hues[Utility.Random(hues.Length)] ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue