Removes implicit types
This commit is contained in:
parent
33f5e77a24
commit
04b4cfe75b
261 changed files with 1329 additions and 1329 deletions
|
|
@ -139,7 +139,7 @@ namespace Server.Items
|
|||
attrs[attr] = Scale( min, max, low / scale, high / scale ) * scale;
|
||||
}
|
||||
|
||||
private static SkillName[] m_PossibleBonusSkills = new SkillName[]
|
||||
private static SkillName[] m_PossibleBonusSkills = new[]
|
||||
{
|
||||
SkillName.Swords,
|
||||
SkillName.Fencing,
|
||||
|
|
@ -171,7 +171,7 @@ namespace Server.Items
|
|||
SkillName.Ninjitsu
|
||||
};
|
||||
|
||||
private static SkillName[] m_PossibleSpellbookSkills = new SkillName[]
|
||||
private static SkillName[] m_PossibleSpellbookSkills = new[]
|
||||
{
|
||||
SkillName.Magery,
|
||||
SkillName.Meditation,
|
||||
|
|
@ -357,7 +357,7 @@ namespace Server.Items
|
|||
|
||||
int totalDamage = phys;
|
||||
|
||||
AosElementAttribute[] attrs = new AosElementAttribute[]
|
||||
AosElementAttribute[] attrs = new[]
|
||||
{
|
||||
AosElementAttribute.Cold,
|
||||
AosElementAttribute.Energy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue