Centralizing the Asset/Inventory Systems' packets to the main libsecondlife.Packet name space.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@162 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Michael Cortez
2006-08-14 20:32:31 +00:00
parent 751233e5aa
commit 026cd5bfd3
7 changed files with 295 additions and 62 deletions

View File

@@ -109,7 +109,7 @@ namespace libsecondlife.InventorySystem
output += "description = '" + xmlSafe(Description) + "' ";
output += "crc = '" + CRC + "' ";
output += "debug = '" + PacketHelpers.UpdateInventoryItem.BuildCRC(this) + "' ";
output += "debug = '" + Packets.InventoryPackets.InventoryUpdateCRC(this) + "' ";
output += "ownerid = '" + OwnerID + "' ";
output += "creatorid = '" + CreatorID + "' ";