diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-23 11:26:10 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-23 11:26:10 +0000 |
commit | 29bb178e6ac12d8edb32b89c336d46178421bd83 (patch) | |
tree | 24a48296f8cd496aef7f089e0a51b366f22b3a58 /npc/scripts.conf | |
parent | 35226b190bef9791fcf252e57f647e51c5a434e8 (diff) | |
download | serverdata-29bb178e6ac12d8edb32b89c336d46178421bd83.tar.gz serverdata-29bb178e6ac12d8edb32b89c336d46178421bd83.tar.bz2 serverdata-29bb178e6ac12d8edb32b89c336d46178421bd83.tar.xz serverdata-29bb178e6ac12d8edb32b89c336d46178421bd83.zip |
Adjust purification potion to not work early
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index ae6b9a83..f7cede08 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -5,11 +5,14 @@ npc: npc/functions/banker.txt npc: npc/functions/barber.txt npc: npc/functions/game_rules.txt npc: npc/functions/inn.txt +npc: npc/functions/magic.txt npc: npc/functions/mob_points.txt npc: npc/functions/process_equip.txt npc: npc/functions/slot_machine.txt npc: npc/functions/soul_menhir.txt -npc: npc/functions/magic.txt + +// Item Functions +npc: npc/items/purification_potion.txt import: npc/_import.txt |