* Added 'Jim' and 'Goblin' shapes; not available in inventory yet though

This commit is contained in:
lbsa71
2007-10-27 11:45:52 +00:00
parent adf4a3b9fd
commit fb6aa6eafc
7 changed files with 882 additions and 541 deletions

View File

@@ -287,7 +287,9 @@ namespace OpenSim.Framework.Communications.Cache
if (m_dumpAssetToFile)
{
SaveAssetToFile("testudpupload" + Util.RandomClass.Next(1, 1000) + ".dat", this.Asset.Data);
DateTime now = DateTime.Now;
string filename = String.Format("{6}_{7}_{0:d2}{1:d2}{2:d2}_{3:d2}{4:d2}{5:d2}", now.Year, now.Month, now.Day, now.Hour, now.Minute, now.Second, Asset.Name, Asset.Type );
SaveAssetToFile(filename, this.Asset.Data);
}
}