summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/_atcommand_local.txt
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-01-05 10:30:44 -0500
committermekolat <mekolat@users.noreply.github.com>2016-02-08 21:04:25 -0500
commit401ff146cbd56e214007c1a298194fdef66d5a96 (patch)
tree5f4164a08fd85327cbb03387e2b6593d0306dbc4 /world/map/npc/commands/_atcommand_local.txt
parent1e3050b638726ea407d28f4b860fb2b5722b069b (diff)
downloadserverdata-401ff146cbd56e214007c1a298194fdef66d5a96.tar.gz
serverdata-401ff146cbd56e214007c1a298194fdef66d5a96.tar.bz2
serverdata-401ff146cbd56e214007c1a298194fdef66d5a96.tar.xz
serverdata-401ff146cbd56e214007c1a298194fdef66d5a96.zip
remove the cruft left behind, prepare for new races
Diffstat (limited to 'world/map/npc/commands/_atcommand_local.txt')
-rw-r--r--world/map/npc/commands/_atcommand_local.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/world/map/npc/commands/_atcommand_local.txt b/world/map/npc/commands/_atcommand_local.txt
deleted file mode 100644
index a195d580..00000000
--- a/world/map/npc/commands/_atcommand_local.txt
+++ /dev/null
@@ -1,12 +0,0 @@
--|script|GM|32767
-{
- end;
-
-OnInit:
- // define permissions here
- set .zeny, G_ADMIN;
-
- // permissions for events
- set .killthegm, G_EVENT;
- end;
-}