mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 18:55:37 +08:00
Mantis#2598: Thanks Fly-Man- for a patch that fixes a client-thread crash by
allowing landFlags bit 31 to be used (Int32 -> UInt32).
This commit is contained in:
@@ -999,7 +999,7 @@ namespace OpenSim.Data.MySQL
|
||||
createCol(land, "GroupUUID", typeof (String));
|
||||
createCol(land, "SalePrice", typeof (Int32));
|
||||
createCol(land, "LandStatus", typeof (Int32)); //Enum. libsecondlife.Parcel.ParcelStatus
|
||||
createCol(land, "LandFlags", typeof (Int32));
|
||||
createCol(land, "LandFlags", typeof (UInt32));
|
||||
createCol(land, "LandingType", typeof (Int32));
|
||||
createCol(land, "MediaAutoScale", typeof (Int32));
|
||||
createCol(land, "MediaTextureUUID", typeof (String));
|
||||
|
||||
Reference in New Issue
Block a user