Slight change to state management for attach scheduling.

Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
This commit is contained in:
Alan Webb
2009-08-03 23:07:12 -04:00
committed by dr scofield (aka dirk husemann)
parent 9ffe4d850e
commit 068f54725b
3 changed files with 11 additions and 13 deletions

View File

@@ -40,7 +40,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
{
NewRez = 0,
PrimCrossing = 1,
ScriptedRez = 2
ScriptedRez = 2,
AttachedRez = 3
}
public interface IScriptWorkItem