diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-07-07 17:26:59 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-07-07 17:26:59 -0600 |
commit | 569a80a41e617ddbaae38faab9892bcfde103e98 (patch) | |
tree | fb4a69b763d57fc0dba1a916aa3d4588e3bc4dad /npc/scripts.conf | |
parent | 0c01a46ef597da12e9c555d777aeb2582c69d228 (diff) | |
download | serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.tar.gz serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.tar.bz2 serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.tar.xz serverdata-569a80a41e617ddbaae38faab9892bcfde103e98.zip |
Add a well to fill empty bottles with water
More wells will be added later. Also fix an indentation error in the
banker function.
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index d630571b..b61e0c62 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -12,6 +12,7 @@ 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/water_bottle.txt // Item Functions npc: npc/items/purification_potion.txt |