diff options
author | meko <mekolat@users.noreply.github.com> | 2015-05-03 23:47:27 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-05-03 23:47:27 -0400 |
commit | 16d9a95c2d54d35947798620483ca5f390770b8e (patch) | |
tree | 1e09afce352440a87d524ca24e4bbb368a77f0b4 | |
parent | 87c48200ec920eee107c2861cca30cbcf058d903 (diff) | |
download | tools-16d9a95c2d54d35947798620483ca5f390770b8e.tar.gz tools-16d9a95c2d54d35947798620483ca5f390770b8e.tar.bz2 tools-16d9a95c2d54d35947798620483ca5f390770b8e.tar.xz tools-16d9a95c2d54d35947798620483ca5f390770b8e.zip |
add quests to update zips
-rwxr-xr-x | client/make-updates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/make-updates b/client/make-updates index 7f8fcfe..b7ce980 100755 --- a/client/make-updates +++ b/client/make-updates @@ -27,6 +27,7 @@ function apply_function() $1 maps maps/ $1 monsters monsters/ $1 npcs npcs/ + $1 quests quests/ $1 sfx sfx/ $1 tilesets tilesets/ } |