From 25eeb39dfe54120166f15048a85b3783a492c570 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 2 Aug 2015 22:43:33 -0500 Subject: Fix Broken Nick Message --- world/map/npc/functions/motdconfig.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/functions/motdconfig.txt') diff --git a/world/map/npc/functions/motdconfig.txt b/world/map/npc/functions/motdconfig.txt index 9ad2b43f..2d0ae049 100644 --- a/world/map/npc/functions/motdconfig.txt +++ b/world/map/npc/functions/motdconfig.txt @@ -30,7 +30,7 @@ function|script|DisplayMOTD goto L_MOTD; L_MOTD: - message strcharinfo(0), "##7Server : " + $@MOTD$[@motd_index]; + message strcharinfo(0), "Server : " + $@MOTD$[@motd_index]; set @motd_index, @motd_index + 1; if($@MOTD$[@motd_index] == "") goto L_Return; goto L_MOTD; -- cgit v1.2.3-70-g09d2