diff options
author | Wushin <pasekei@gmail.com> | 2014-12-03 15:45:12 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-12-03 15:45:12 -0600 |
commit | fc0771c0813cf2dfa387e5aec675f3dbcd6135a6 (patch) | |
tree | 163f37246c5b613f244b9016f26883027a44151e /world/map/npc/scripts.conf | |
parent | 085d8856e124a74e2661d6957edba0736c2e6b3c (diff) | |
parent | 126497666a2adb9962e1401b3d038a893266ae1e (diff) | |
download | serverdata-fc0771c0813cf2dfa387e5aec675f3dbcd6135a6.tar.gz serverdata-fc0771c0813cf2dfa387e5aec675f3dbcd6135a6.tar.bz2 serverdata-fc0771c0813cf2dfa387e5aec675f3dbcd6135a6.tar.xz serverdata-fc0771c0813cf2dfa387e5aec675f3dbcd6135a6.zip |
Merge pull request #226 from wushin/time-fix
Fix Timings for Annual Events
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index d37a8c57..af6ea91f 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -44,6 +44,7 @@ import: npc/_import.txt npc: npc/functions/gm_island.txt // Annuals Framework npc: npc/annuals/fathertime.txt +npc: npc/annuals/check_time.txt npc: npc/annuals/tree_beard.txt // Annual Christmas npc: npc/annuals/xmas/config.txt |