C# 9 Cleanup (#325)

- [X] Removes EventArgs - not needed
- [X] Merges sequential checks
- [X] Removes redundant type declarations
This commit is contained in:
Kamron Batman 2020-11-27 00:29:21 -08:00 committed by GitHub
parent 351611a23a
commit 3551d962f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
417 changed files with 2209 additions and 2213 deletions

View file

@ -82,34 +82,34 @@ namespace Server.Items
public static PresetMapEntry[] Table { get; } =
{
new PresetMapEntry(1041189, 200, 200, 1092, 1396, 1736, 1924), // map of Britain
new PresetMapEntry(1041203, 200, 200, 0256, 1792, 1736, 2560), // map of Britain to Skara Brae
new PresetMapEntry(1041192, 200, 200, 1024, 1280, 2304, 3072), // map of Britain to Trinsic
new PresetMapEntry(1041183, 200, 200, 2500, 1900, 3000, 2400), // map of Buccaneer's Den
new PresetMapEntry(1041198, 200, 200, 2560, 1792, 3840, 2560), // map of Buccaneer's Den to Magincia
new PresetMapEntry(1041194, 200, 200, 2560, 1792, 3840, 3072), // map of Buccaneer's Den to Ocllo
new PresetMapEntry(1041181, 200, 200, 1088, 3572, 1528, 4056), // map of Jhelom
new PresetMapEntry(1041186, 200, 200, 3530, 2022, 3818, 2298), // map of Magincia
new PresetMapEntry(1041199, 200, 200, 3328, 1792, 3840, 2304), // map of Magincia to Ocllo
new PresetMapEntry(1041182, 200, 200, 2360, 0356, 2706, 0702), // map of Minoc
new PresetMapEntry(1041190, 200, 200, 0000, 0256, 2304, 3072), // map of Minoc to Yew
new PresetMapEntry(1041191, 200, 200, 2467, 0572, 2878, 0746), // map of Minoc to Vesper
new PresetMapEntry(1041188, 200, 200, 4156, 0808, 4732, 1528), // map of Moonglow
new PresetMapEntry(1041201, 200, 200, 3328, 0768, 4864, 1536), // map of Moonglow to Nujelm
new PresetMapEntry(1041185, 200, 200, 3446, 1030, 3832, 1424), // map of Nujelm
new PresetMapEntry(1041197, 200, 200, 3328, 1024, 3840, 2304), // map of Nujelm to Magincia
new PresetMapEntry(1041187, 200, 200, 3582, 2456, 3770, 2742), // map of Ocllo
new PresetMapEntry(1041184, 200, 200, 2714, 3329, 3100, 3639), // map of Serpent's Hold
new PresetMapEntry(1041200, 200, 200, 2560, 2560, 3840, 3840), // map of Serpent's Hold to Ocllo
new PresetMapEntry(1041180, 200, 200, 0524, 2064, 0960, 2452), // map of Skara Brae
new PresetMapEntry(1041204, 200, 200, 0000, 0000, 5199, 4095), // map of The World
new PresetMapEntry(1041177, 200, 200, 1792, 2630, 2118, 2952), // map of Trinsic
new PresetMapEntry(1041193, 200, 200, 1792, 1792, 3072, 3072), // map of Trinsic to Buccaneer's Den
new PresetMapEntry(1041195, 200, 200, 0256, 1792, 2304, 4095), // map of Trinsic to Jhelom
new PresetMapEntry(1041178, 200, 200, 2636, 0592, 3064, 1012), // map of Vesper
new PresetMapEntry(1041196, 200, 200, 2636, 0592, 3840, 1536), // map of Vesper to Nujelm
new PresetMapEntry(1041179, 200, 200, 0236, 0741, 0766, 1269), // map of Yew
new PresetMapEntry(1041202, 200, 200, 0000, 0512, 1792, 2048) // map of Yew to Britain
new(1041189, 200, 200, 1092, 1396, 1736, 1924), // map of Britain
new(1041203, 200, 200, 0256, 1792, 1736, 2560), // map of Britain to Skara Brae
new(1041192, 200, 200, 1024, 1280, 2304, 3072), // map of Britain to Trinsic
new(1041183, 200, 200, 2500, 1900, 3000, 2400), // map of Buccaneer's Den
new(1041198, 200, 200, 2560, 1792, 3840, 2560), // map of Buccaneer's Den to Magincia
new(1041194, 200, 200, 2560, 1792, 3840, 3072), // map of Buccaneer's Den to Ocllo
new(1041181, 200, 200, 1088, 3572, 1528, 4056), // map of Jhelom
new(1041186, 200, 200, 3530, 2022, 3818, 2298), // map of Magincia
new(1041199, 200, 200, 3328, 1792, 3840, 2304), // map of Magincia to Ocllo
new(1041182, 200, 200, 2360, 0356, 2706, 0702), // map of Minoc
new(1041190, 200, 200, 0000, 0256, 2304, 3072), // map of Minoc to Yew
new(1041191, 200, 200, 2467, 0572, 2878, 0746), // map of Minoc to Vesper
new(1041188, 200, 200, 4156, 0808, 4732, 1528), // map of Moonglow
new(1041201, 200, 200, 3328, 0768, 4864, 1536), // map of Moonglow to Nujelm
new(1041185, 200, 200, 3446, 1030, 3832, 1424), // map of Nujelm
new(1041197, 200, 200, 3328, 1024, 3840, 2304), // map of Nujelm to Magincia
new(1041187, 200, 200, 3582, 2456, 3770, 2742), // map of Ocllo
new(1041184, 200, 200, 2714, 3329, 3100, 3639), // map of Serpent's Hold
new(1041200, 200, 200, 2560, 2560, 3840, 3840), // map of Serpent's Hold to Ocllo
new(1041180, 200, 200, 0524, 2064, 0960, 2452), // map of Skara Brae
new(1041204, 200, 200, 0000, 0000, 5199, 4095), // map of The World
new(1041177, 200, 200, 1792, 2630, 2118, 2952), // map of Trinsic
new(1041193, 200, 200, 1792, 1792, 3072, 3072), // map of Trinsic to Buccaneer's Den
new(1041195, 200, 200, 0256, 1792, 2304, 4095), // map of Trinsic to Jhelom
new(1041178, 200, 200, 2636, 0592, 3064, 1012), // map of Vesper
new(1041196, 200, 200, 2636, 0592, 3840, 1536), // map of Vesper to Nujelm
new(1041179, 200, 200, 0236, 0741, 0766, 1269), // map of Yew
new(1041202, 200, 200, 0000, 0512, 1792, 2048) // map of Yew to Britain
};
}