This commit is contained in:
asayre 2006-08-23 04:36:58 +00:00
parent 4b017be1c5
commit 3d3c880b43
2 changed files with 4 additions and 1 deletions

View file

@ -352,6 +352,7 @@ namespace Server.Items
m_Item = reader.ReadItem() as InternalItem;
}
[TypeAlias( "Server.Items.AnkhEast+InternalItem" )]
private class InternalItem : Item
{
private AnkhNorth m_Item;