This commit is contained in:
parent
ac5a0827f2
commit
d281f8e2f1
1 changed files with 6 additions and 3 deletions
|
|
@ -1104,9 +1104,12 @@ namespace Server.Network
|
|||
|
||||
bool valid = false;
|
||||
|
||||
ItemData id = TileData.ItemTable[graphic&TileData.MaxItemValue];
|
||||
if ( id.Surface )
|
||||
z -= id.Height;
|
||||
if ( state.HighSeas ) {
|
||||
ItemData id = TileData.ItemTable[graphic&TileData.MaxItemValue];
|
||||
if ( id.Surface ) {
|
||||
z -= id.Height;
|
||||
}
|
||||
}
|
||||
|
||||
for ( int i = 0; !valid && i < tiles.Length; ++i )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue