This commit is contained in:
mark 2010-12-09 03:27:52 +00:00
parent ac5a0827f2
commit d281f8e2f1

View file

@ -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 )
{