some changes to llMapDestination

This commit is contained in:
UbitUmarov
2025-08-12 22:26:46 +01:00
parent 42994195b0
commit 7ac111627f
6 changed files with 13 additions and 15 deletions

View File

@@ -1117,5 +1117,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int SIM_STAT_SCRIPT_RUN_PCT = 25;
public const int SIM_STAT_AI_MS = 26;
public const int BEACON_SHOW_MAP = 0x1;
public const int BEACON_FOCUS_MAP = 0x2;
}
}