C# 9 Cleanup (#325)
- [X] Removes EventArgs - not needed - [X] Merges sequential checks - [X] Removes redundant type declarations
This commit is contained in:
parent
351611a23a
commit
3551d962f7
417 changed files with 2209 additions and 2213 deletions
|
|
@ -19,15 +19,15 @@ namespace Server.Misc
|
|||
|
||||
private static readonly CityInfo[] StartingCities =
|
||||
{
|
||||
new CityInfo("New Haven", "New Haven Bank", 1150168, 3667, 2625, 0),
|
||||
new CityInfo("Yew", "The Empath Abbey", 1075072, 633, 858, 0),
|
||||
new CityInfo("Minoc", "The Barnacle", 1075073, 2476, 413, 15),
|
||||
new CityInfo("Britain", "The Wayfarer's Inn", 1075074, 1602, 1591, 20),
|
||||
new CityInfo("Moonglow", "The Scholars Inn", 1075075, 4408, 1168, 0),
|
||||
new CityInfo("Trinsic", "The Traveler's Inn", 1075076, 1845, 2745, 0),
|
||||
new CityInfo("Jhelom", "The Mercenary Inn", 1075078, 1374, 3826, 0),
|
||||
new CityInfo("Skara Brae", "The Falconer's Inn", 1075079, 618, 2234, 0),
|
||||
new CityInfo("Vesper", "The Ironwood Inn", 1075080, 2771, 976, 0)
|
||||
new("New Haven", "New Haven Bank", 1150168, 3667, 2625, 0),
|
||||
new("Yew", "The Empath Abbey", 1075072, 633, 858, 0),
|
||||
new("Minoc", "The Barnacle", 1075073, 2476, 413, 15),
|
||||
new("Britain", "The Wayfarer's Inn", 1075074, 1602, 1591, 20),
|
||||
new("Moonglow", "The Scholars Inn", 1075075, 4408, 1168, 0),
|
||||
new("Trinsic", "The Traveler's Inn", 1075076, 1845, 2745, 0),
|
||||
new("Jhelom", "The Mercenary Inn", 1075078, 1374, 3826, 0),
|
||||
new("Skara Brae", "The Falconer's Inn", 1075079, 618, 2234, 0),
|
||||
new("Vesper", "The Ironwood Inn", 1075080, 2771, 976, 0)
|
||||
};
|
||||
|
||||
/* Old Haven/Magincia Locations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue