* Removed references to "new LLUUID()", replaced with LLUUID.Zero.

This commit is contained in:
Adam Frisby
2007-11-24 10:36:54 +00:00
parent 39a3784b43
commit 0951f895ef
8 changed files with 13 additions and 13 deletions

View File

@@ -329,7 +329,7 @@ namespace OpenSim.Framework.Data.MySQL
}
else
{
retval.regionMapTextureID = new LLUUID();
retval.regionMapTextureID = LLUUID.Zero;
}
}
else