#W# Fix: Boat warping from one side to the other is now working.
This commit is contained in:
parent
0c258efeee
commit
87112f73e6
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"id": 1,
|
||||
"fileIndex": 1,
|
||||
"name": "Veridia",
|
||||
"width": 7168,
|
||||
"width": 6144,
|
||||
"height": 4096,
|
||||
"season": 1,
|
||||
"rules": "UnderworldRules"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ namespace Server.Multis
|
|||
}
|
||||
|
||||
private static readonly Rectangle2D[] BritWrap =
|
||||
{ new(16, 16, 5120 - 32, 4096 - 32), new(5136, 2320, 992, 1760) };
|
||||
{ new(16, 16, 4276 - 32, 4096 - 32), new(5136, 2320, 992, 1760) };
|
||||
private static readonly Rectangle2D[] IlshWrap = { new(16, 16, 2304 - 32, 1600 - 32) };
|
||||
private static readonly Rectangle2D[] TokunoWrap = { new(16, 16, 1448 - 32, 1448 - 32) };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue