diff options
Diffstat (limited to 'conf/groups.conf')
-rw-r--r-- | conf/groups.conf | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 27a3a5c40..6c39ee10c 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -172,25 +172,6 @@ groups: ( } }, { - id: 3 - name: "Script Manager" - inherit: ( "Support" ) /* Script Manager is not used in TMW2 and may be removed later */ - level: 4 - commands: { - tonpc: true - hidenpc: true - shownpc: true - loadnpc: true - unloadnpc: true - npcmove: true - addwarp: true - save: [true, true] - } - log_commands: true - permissions: { - } -}, -{ id: 4 name: "Event Coordinator" /* Event Coordinator is not used in TMW2 and may be removed later */ inherit: ( "Support" ) @@ -254,9 +235,17 @@ groups: ( { id: 5 name: "Developer" - inherit: ( "Support", "Script Manager" ) + inherit: ( "Support" ) level: 5 commands: { + tonpc: true + hidenpc: true + shownpc: true + loadnpc: true + unloadnpc: true + npcmove: true + addwarp: true + save: [true, true] hide: true follow: true warp: true |