summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/_atcommand_local.txt
diff options
context:
space:
mode:
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;
-}