Thank you kindly, StrawberryFride for a patch that:

Solves the problem of unable to load prim items on region start in MSSQL.
The error was in the MSSQLRegionData code that loads objects from the database, 
due to reliance on the ParentID field that is not used.
This commit is contained in:
Charles Krinke
2009-01-07 15:03:41 +00:00
parent 9bd827a642
commit 0f9918f1d3
3 changed files with 583 additions and 620 deletions

View File

@@ -0,0 +1,5 @@
BEGIN TRANSACTION
ALTER TABLE prims ADD LinkNumber integer not null default 0
COMMIT