mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<property name="PasswordHash" type="String" length="32" />
|
||||
<property name="PasswordSalt" type="String" length="32" />
|
||||
<property name="WebLoginKey" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate" />
|
||||
<property name="HomeRegionX" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" />
|
||||
<property name="HomeRegionY" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" />
|
||||
<property name="HomeRegionX" type="System.UInt32" />
|
||||
<property name="HomeRegionY" type="System.UInt32" />
|
||||
<property name="HomeLocationX" type="Single" />
|
||||
<property name="HomeLocationY" type="Single" />
|
||||
<property name="HomeLocationZ" type="Single" />
|
||||
|
||||
Reference in New Issue
Block a user