From 9884b936ebf22a143206f0bb86260345fdc4faef Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 18 Jul 2014 12:44:42 -0700 Subject: Adjust update generator for split xmls (yay globs) --- client/make-updates | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/client/make-updates b/client/make-updates index 0154c47..29cec85 100755 --- a/client/make-updates +++ b/client/make-updates @@ -14,7 +14,7 @@ output=~/www/updates function apply_function() { - $1 misc-xml charcreation.xml ea-skills.xml effects.xml emotes.xml hair.xml paths.xml skills.xml status-effects.xml units.xml equipmentwindow.xml features.xml weapons.xml + $1 misc *.* COPYING rules/ $1 emotes graphics/emotes/ $1 images graphics/images/ $1 items graphics/items/ @@ -23,11 +23,10 @@ function apply_function() $1 skills graphics/skills/ $1 sprites graphics/sprites/ $1 tiles graphics/tiles/ - $1 item-xml items.xml - $1 map-xml maps.xml + $1 items items/ $1 maps maps/ - $1 mob-xml monsters.xml - $1 npc-xml npcs.xml + $1 mob monsters/ + $1 npc npcs/ $1 sfx sfx/ $1 tsx tilesets/ } -- cgit v1.2.3-60-g2f50