diff options
Diffstat (limited to 'world/map/npc/functions/motdconfig.txt')
-rw-r--r-- | world/map/npc/functions/motdconfig.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |