summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-08 09:27:28 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-08 09:27:28 -0300
commitfd36edaec91617152b2061c1158555145533f511 (patch)
tree46f0d9e165afa1e8ceefd785e217642e5d39b443 /Makefile
parent5429d6fe2662f05fc6f270e9e207ba98af1eeb55 (diff)
downloadtools-fd36edaec91617152b2061c1158555145533f511.tar.gz
tools-fd36edaec91617152b2061c1158555145533f511.tar.bz2
tools-fd36edaec91617152b2061c1158555145533f511.tar.xz
tools-fd36edaec91617152b2061c1158555145533f511.zip
Register all mana skills here
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eda3c20..117dd5e 100644
--- a/Makefile
+++ b/Makefile
@@ -62,11 +62,14 @@ news:
client:
@cd client ; ./weapons.py
@cd client ; ./dailylogin.py
+ @cd client ; ./skills.py
@cd client ; mv weapons.tmp ../../client-data/weapons.xml
@cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml
+ @cd client ; mv skills.tmp ../../client-data/mana_skills.xml
@cd client ; ./minimap-render.py all
@cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh
cp client/minimap-override/* ../client-data/graphics/minimaps/
+ @git checkout -- client/minimap-dyecmd.sh
@echo "XML files and minimaps updated, please commit result on client-data."
.PHONY: full