* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.

This commit is contained in:
Justin Clarke Casey
2008-12-01 18:42:14 +00:00
parent 3b143088c0
commit 80520206fc
21 changed files with 386 additions and 516 deletions

View File

@@ -2,8 +2,8 @@ BEGIN;
CREATE TABLE `Terrain` (
`RegionID` char(36) not null,
`MapData` longblob,
`Map` longblob,
PRIMARY KEY (`RegionID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
COMMIT;
COMMIT;