Correct some script constants.

This commit is contained in:
Melanie
2010-08-06 15:11:18 +01:00
parent c1ad8a3c17
commit 120f3a18f2
5 changed files with 12 additions and 10 deletions

View File

@@ -3460,7 +3460,7 @@ namespace OpenSim.Region.Framework.Scenes
if (m == null) // No script engine loaded
continue;
m.PostObjectEvent(grp.RootPart.UUID, "changed", new Object[] { 16384 });
m.PostObjectEvent(grp.RootPart.UUID, "changed", new Object[] { (int)Changed.ANIMATION });
}
}
}