apply cmic fix to multi layer wearables

avinationmerge
UbitUmarov 2012-10-04 05:29:32 +01:00
parent 893b44497d
commit 113549c2e9
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
{
for (int i = 0; i < AvatarWearable.MAX_WEARABLES; i++)
{
for (int j = 0; j < appearance.Wearables[j].Count; j++)
for (int j = 0; j < appearance.Wearables[i].Count; j++)
{
if (appearance.Wearables[i][j].ItemID == UUID.Zero)
continue;