Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Britain : Town
|
||||
{
|
||||
public Britain()
|
||||
{
|
||||
public Britain() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
0,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041386, "Corrupted Faction Town Sigil of Britain"),
|
||||
new Point3D(1592, 1680, 10),
|
||||
new Point3D(1588, 1676, 10));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Magincia : Town
|
||||
{
|
||||
public Magincia()
|
||||
{
|
||||
public Magincia() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
7,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041393, "Corrupted Faction Town Sigil of Magincia"),
|
||||
new Point3D(3714, 2235, 20),
|
||||
new Point3D(3712, 2230, 20));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Minoc : Town
|
||||
{
|
||||
public Minoc()
|
||||
{
|
||||
public Minoc() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
2,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041388, "Corrupted Faction Town Sigil of Minoc"),
|
||||
new Point3D(2471, 439, 15),
|
||||
new Point3D(2469, 445, 15));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Moonglow : Town
|
||||
{
|
||||
public Moonglow()
|
||||
{
|
||||
public Moonglow() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
3,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041389, "Corrupted Faction Town Sigil of Moonglow"),
|
||||
new Point3D(4436, 1083, 0),
|
||||
new Point3D(4432, 1086, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class SkaraBrae : Town
|
||||
{
|
||||
public SkaraBrae()
|
||||
{
|
||||
public SkaraBrae() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
6,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041392, "Corrupted Faction Town Sigil of Skara Brae"),
|
||||
new Point3D(576, 2200, 0),
|
||||
new Point3D(572, 2196, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Trinsic : Town
|
||||
{
|
||||
public Trinsic()
|
||||
{
|
||||
public Trinsic() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
1,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041387, "Corrupted Faction Town Sigil of Trinsic"),
|
||||
new Point3D(1914, 2717, 20),
|
||||
new Point3D(1909, 2720, 20));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Vesper : Town
|
||||
{
|
||||
public Vesper()
|
||||
{
|
||||
public Vesper() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
5,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041391, "Corrupted Faction Town Sigil of Vesper"),
|
||||
new Point3D(2982, 818, 0),
|
||||
new Point3D(2985, 821, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ namespace Server.Factions
|
|||
{
|
||||
public class Yew : Town
|
||||
{
|
||||
public Yew()
|
||||
{
|
||||
public Yew() =>
|
||||
Definition =
|
||||
new TownDefinition(
|
||||
4,
|
||||
|
|
@ -19,6 +18,5 @@ namespace Server.Factions
|
|||
new TextDefinition(1041390, "Corrupted Faction Town Sigil of Yew"),
|
||||
new Point3D(548, 979, 0),
|
||||
new Point3D(542, 980, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue