summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--npc/commands/motd.txt1
-rw-r--r--npc/scripts.conf1
3 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index bd3407ff..d00cfb7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,4 +123,3 @@ Thumbs.db
# auto created configs
conf/channels.conf
npc/commands/motd-debug-text.txt
-npc/commands/motd-text.txt
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt
index cea01544..ae12a010 100644
--- a/npc/commands/motd.txt
+++ b/npc/commands/motd.txt
@@ -177,7 +177,6 @@ OnPCLoginEvent:
end;
OnInit:
- MOTD_text;
MOTD_debug_text;
.size = getarraysize($MOTD_Messages$);
.dsize = getarraysize($Debug_Messages$);
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 49e412ac..5c4984e4 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -76,7 +76,6 @@
"npc/commands/warp.txt",
"npc/commands/zeny.txt",
"npc/commands/motd-debug-text.txt",
-"npc/commands/motd-text.txt",
"npc/commands/motd.txt",
"npc/commands/scheduled-broadcasts.txt",
"npc/commands/event.txt",