diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-10 09:19:29 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-10 09:19:29 -0600 |
commit | 10e53234668cdef50e8e28372741c947c05716b1 (patch) | |
tree | 82f7d1c22f52a33f29e233356d73ee14ac6e045b /npc/scripts.conf | |
parent | 665e0ea53edaf2d7501b00510ac93701e3c84c0d (diff) | |
download | serverdata-10e53234668cdef50e8e28372741c947c05716b1.tar.gz serverdata-10e53234668cdef50e8e28372741c947c05716b1.tar.bz2 serverdata-10e53234668cdef50e8e28372741c947c05716b1.tar.xz serverdata-10e53234668cdef50e8e28372741c947c05716b1.zip |
Prepare a function to clear out old variables
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 01cc93eb..3f8967b9 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -3,6 +3,7 @@ // NPC Functions npc: npc/functions/banker.txt npc: npc/functions/barber.txt +npc: npc/functions/clear_vars.txt npc: npc/functions/game_rules.txt npc: npc/functions/inn.txt npc: npc/functions/mob_points.txt @@ -43,8 +44,8 @@ import: npc/_import.txt // npc: npc/xmas/2007/after-xmas.txt // Easter 2008 -// npc: npc/easter2008/monsters.txt -// npc: npc/easter2008/npc.txt +// npc: npc/easter/2008/monsters.txt +// npc: npc/easter/2008/npc.txt // Halloween 2008 // npc: npc/halloween/2008/monsters.txt |