mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 21:38:46 +08:00
terrain is close to working, but I still end up at the bottom of the sea
right now.
This commit is contained in:
@@ -2,7 +2,7 @@ BEGIN;
|
||||
|
||||
CREATE TABLE `Terrain` (
|
||||
`RegionID` char(36) not null,
|
||||
`Map` blob,
|
||||
`Map` longblob,
|
||||
PRIMARY KEY (`RegionID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user