#W# Change: Felucca is now Veridia
This commit is contained in:
parent
d7fb1b1c03
commit
7cf3e68b37
87 changed files with 1279 additions and 1279 deletions
|
|
@ -215,8 +215,8 @@ public static class OutgoingAccountPackets
|
|||
map = m.LogoutMap;
|
||||
}
|
||||
|
||||
writer.Write((short)(map?.Width ?? Map.Felucca.Width));
|
||||
writer.Write((short)(map?.Height ?? Map.Felucca.Height));
|
||||
writer.Write((short)(map?.Width ?? Map.Veridia.Width));
|
||||
writer.Write((short)(map?.Height ?? Map.Veridia.Height));
|
||||
writer.Clear(writer.Capacity - writer.Position); // Remaining is zero
|
||||
|
||||
ns.Send(writer.Span);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue