diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-26 15:33:44 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-26 15:33:44 -0200 |
commit | 7c33d9f46270227afdc29c2203b47495463429f2 (patch) | |
tree | a328668b4fc303537eefa085d412226afc4214bf /npc/scripts.conf | |
parent | 2837174f65d7ab1a749d3ac3ac9d4f8fd88fe4cc (diff) | |
download | serverdata-7c33d9f46270227afdc29c2203b47495463429f2.tar.gz serverdata-7c33d9f46270227afdc29c2203b47495463429f2.tar.bz2 serverdata-7c33d9f46270227afdc29c2203b47495463429f2.tar.xz serverdata-7c33d9f46270227afdc29c2203b47495463429f2.zip |
Ok, random treasure chests works, scatter them on the major dungeons.
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 2fcd1a3ff..b6589b239 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -55,6 +55,7 @@ "npc/functions/shake.txt", "npc/functions/shops.txt", "npc/functions/soul_menhir.txt", +"npc/functions/treasure.txt", // Item functions "npc/items/books.txt", |