diff options
author | Reid <reidyaro@gmail.com> | 2012-04-06 02:00:09 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-06 02:00:09 +0200 |
commit | e6b6aa4939ff1db6c475d057eb431530c389f6ef (patch) | |
tree | 1868ff11d0cedc6b16617252e0d4eb47628fd0c1 | |
parent | e9c667cc0ef4163562f92d31995bc1c0ec7df51f (diff) | |
download | serverdata-e6b6aa4939ff1db6c475d057eb431530c389f6ef.tar.gz serverdata-e6b6aa4939ff1db6c475d057eb431530c389f6ef.tar.bz2 serverdata-e6b6aa4939ff1db6c475d057eb431530c389f6ef.tar.xz serverdata-e6b6aa4939ff1db6c475d057eb431530c389f6ef.zip |
Add savepoint function in 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 93272f8d..c5322f15 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -6,3 +6,4 @@ import: npc/_import.txt // Item Functions npc: npc/items/PoisonedWater.txt npc: npc/functions/clientversion.txt +npc: npc/functions/savepoint.txt |