summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-29 14:10:22 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-29 14:10:22 -0700
commite6d0dd75ced8c8687cd1c9749f8c2019d4a9840c (patch)
tree4c013058cab3af3ff9cddfa4c6fbe8aa187f3ee9 /Makefile
parent2c07f14a13d1e1f88275bd12beded43706c53bae (diff)
downloadserverdata-e6d0dd75ced8c8687cd1c9749f8c2019d4a9840c.tar.gz
serverdata-e6d0dd75ced8c8687cd1c9749f8c2019d4a9840c.tar.bz2
serverdata-e6d0dd75ced8c8687cd1c9749f8c2019d4a9840c.tar.xz
serverdata-e6d0dd75ced8c8687cd1c9749f8c2019d4a9840c.zip
Add tool to calculate JOB XP.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b593c8f..66ef000b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ login/conf/login_local.conf login/conf/ladmin_local.conf login/save/gm_account.t
world/map/conf/map_local.conf world/map/conf/battle_local.conf world/map/conf/motd.txt world/map/conf/help.txt world/map/conf/atcommand_local.conf \
world/conf/char_local.conf
+mobxp:
+ tools/mobxp < world/map/db/mob_db.txt | tools/aligncsv.py /dev/stdin world/map/db/mob_db.txt
+ sed 's/[[:space:]]*$$//' -i world/map/db/mob_db.txt