Removes implicit types
This commit is contained in:
parent
33f5e77a24
commit
04b4cfe75b
261 changed files with 1329 additions and 1329 deletions
|
|
@ -24,7 +24,7 @@ namespace Server.Engines.Quests.Hag
|
|||
|
||||
public class IngredientInfo
|
||||
{
|
||||
private static IngredientInfo[] m_Table = new IngredientInfo[]
|
||||
private static IngredientInfo[] m_Table = new[]
|
||||
{
|
||||
// sheep liver
|
||||
new IngredientInfo( 1055020, 5, typeof( Sheep ) ),
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Server.Engines.Quests.Hag
|
|||
{
|
||||
public class FindApprenticeObjective : QuestObjective
|
||||
{
|
||||
private static Point3D[] m_CorpseLocations = new Point3D[]
|
||||
private static Point3D[] m_CorpseLocations = new[]
|
||||
{
|
||||
new Point3D( 778, 1158, 0 ),
|
||||
new Point3D( 698, 1443, 0 ),
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Server.Engines.Quests.Hag
|
|||
{
|
||||
public class WitchApprenticeQuest : QuestSystem
|
||||
{
|
||||
private static Type[] m_TypeReferenceTable = new Type[]
|
||||
private static Type[] m_TypeReferenceTable = new[]
|
||||
{
|
||||
typeof( Hag.FindApprenticeObjective ),
|
||||
typeof( Hag.FindGrizeldaAboutMurderObjective ),
|
||||
|
|
@ -58,7 +58,7 @@ namespace Server.Engines.Quests.Hag
|
|||
AddConversation( new AcceptConversation() );
|
||||
}
|
||||
|
||||
private static Point3D[] m_ZeefzorpulLocations = new Point3D[]
|
||||
private static Point3D[] m_ZeefzorpulLocations = new[]
|
||||
{
|
||||
new Point3D( 1226, 1573, 0 ),
|
||||
new Point3D( 1929, 1148, 0 ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue