* 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

@@ -90,6 +90,7 @@ create table PrimItems (
Description NVARCHAR(255) null,
CreationDate INT null,
Flags INT null,
Type INT null,
InvType INT null,
primary key (ItemID)
)