From bbd5041566699d8415c1ee01d04a5252d3fcafc9 Mon Sep 17 00:00:00 2001 From: wushin Date: Tue, 18 Oct 2016 13:35:46 -0500 Subject: Fix MOTD as per gumi --- .gitignore | 1 - npc/commands/motd.txt | 1 - npc/scripts.conf | 1 - 3 files changed, 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", -- cgit v1.2.3-70-g09d2