diff options
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index e10705cd..07e165e0 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -39,8 +39,8 @@ import: npc/_import.txt // npc: npc/halloween/2007/summon.txt // Christmas 2007 -// npc: npc/xmas2007/pre-xmas.txt -// npc: npc/xmas2007/after-xmas.txt +// npc: npc/xmas/2007/pre-xmas.txt +// npc: npc/xmas/2007/after-xmas.txt // Easter 2008 // npc: npc/easter2008/monsters.txt @@ -49,3 +49,6 @@ import: npc/_import.txt // Halloween 2008 // npc: npc/halloween/2008/monsters.txt // npc: npc/halloween/2008/prize_master.txt + +// Christmas 2008 +npc: npc/xmas/2008/event.txt |