Trigger changed event with CHANGED_TELEPORT when teleporting to another region.

This commit is contained in:
Marck
2010-11-26 22:46:48 +01:00
parent 0bc5ffbe96
commit 2827deffe8
3 changed files with 18 additions and 17 deletions

View File

@@ -42,7 +42,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
NewRez = 1,
PrimCrossing = 2,
ScriptedRez = 3,
AttachedRez = 4
AttachedRez = 4,
Teleporting = 5
}
public interface IScriptWorkItem