diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-12 07:23:10 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-12 07:23:10 -0400 |
commit | 1deaa280cb8e5252d0a01534bba5097d93c09064 (patch) | |
tree | cb0f6eb12f5d8434870a693f54e0bbca83c8f68d /world/map/npc/scripts.conf | |
parent | e0834f290b1225bc3090e3d43f18ec1047868cf9 (diff) | |
download | serverdata-1deaa280cb8e5252d0a01534bba5097d93c09064.tar.gz serverdata-1deaa280cb8e5252d0a01534bba5097d93c09064.tar.bz2 serverdata-1deaa280cb8e5252d0a01534bba5097d93c09064.tar.xz serverdata-1deaa280cb8e5252d0a01534bba5097d93c09064.zip |
add motd config
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 1830a807..e2603c8e 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -30,8 +30,8 @@ npc: npc/functions/stat_reset.txt npc: npc/functions/quiz.txt npc: npc/functions/dynamic_menu.txt npc: npc/functions/DyeConfig.txt -npc: npc/functions/announcements.txt npc: npc/functions/motd.txt +npc: npc/functions/motdconfig.txt // Item Functions npc: npc/items/magic_gm_top_hat.txt |