summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/motd.txt1
-rw-r--r--npc/scripts.conf1
2 files changed, 0 insertions, 2 deletions
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",