mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
add constants for npclookat types
This commit is contained in:
@@ -6073,7 +6073,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (World.GetNumberOfClients() == 0)
|
||||
return 0;
|
||||
|
||||
if (ltype < 0 || ltype > 11)
|
||||
if (ltype < 0 || ltype > ScriptBaseClass.NPCLOOKAT_CLEAR)
|
||||
return -1;
|
||||
|
||||
if (!UUID.TryParse(npckey, out UUID npc))
|
||||
|
||||
Reference in New Issue
Block a user