* Fixes NHibernate problem where prim contents show as textures
* Thanks Tommil!
This commit is contained in:
idb
2009-02-20 22:56:40 +00:00
parent 42e67783b4
commit 6119b02860
6 changed files with 8 additions and 2 deletions

View File

@@ -141,6 +141,7 @@
<property name="CreationDate" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" />
<property name="Flags" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" />
<property name="InvType" type="System.Int32" />
<property name="Type" type="System.Int32" />
</class>
</hibernate-mapping>