#W# Change: Trammel is now Underworld.
This commit is contained in:
parent
7cf3e68b37
commit
7a4daa801e
75 changed files with 1280 additions and 1280 deletions
|
|
@ -40,7 +40,7 @@ namespace Server.Misc
|
|||
new(1840, 2640), new(1928, 2952), new(2120, 2712)
|
||||
};
|
||||
|
||||
private static readonly Point2D[] m_Trammel = m_Veridia;
|
||||
private static readonly Point2D[] m_Underworld = m_Veridia;
|
||||
|
||||
private static readonly Point2D[] m_Ilshenar =
|
||||
{
|
||||
|
|
@ -131,9 +131,9 @@ namespace Server.Misc
|
|||
{
|
||||
list = m_Veridia;
|
||||
}
|
||||
else if (map == Map.Trammel)
|
||||
else if (map == Map.Underworld)
|
||||
{
|
||||
list = m_Trammel;
|
||||
list = m_Underworld;
|
||||
}
|
||||
else if (map == Map.Ilshenar)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue