diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-03-15 14:00:04 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-03-30 11:22:57 -0400 |
commit | a99779828dd609f004a17048d72bbfeb484a81bd (patch) | |
tree | f3605c8bdded9dd1f89461001a316fbf2fb1be26 /GNUmakefile | |
parent | 8d9de1d4d43b4548aa544a995d402173e7e56af8 (diff) | |
download | serverdata-a99779828dd609f004a17048d72bbfeb484a81bd.tar.gz serverdata-a99779828dd609f004a17048d72bbfeb484a81bd.tar.bz2 serverdata-a99779828dd609f004a17048d72bbfeb484a81bd.tar.xz serverdata-a99779828dd609f004a17048d72bbfeb484a81bd.zip |
get rid of magic secrets, convert stranger quiz
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile index 85989f6a..8f124784 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,16 +7,11 @@ maps: % : | %.example cp "$|" "$@" -conf: world/map/conf/magic-secrets.sex \ -login/conf/login_local.conf login/conf/ladmin_local.conf login/save/gm_account.txt login/save/account.txt \ +conf: login/conf/login_local.conf login/conf/ladmin_local.conf login/save/gm_account.txt login/save/account.txt \ world/conf/char_local.conf \ world/map/conf/map_local.conf world/map/conf/battle_local.conf world/map/conf/atcommand_local.conf world/map/db/const-debugflag.txt \ world/map/npc/functions/motd.txt world/map/npc/commands/_atcommand_local.txt -world/map/conf/magic-secrets.sex: world/map/conf/magic-secrets.sex.template world/map/conf/secrets-build - cd world/map/conf && ./build-magic.sh -world/map/conf/secrets-build: - format: find world/map/npc -type f -exec sed -ri \ -e "s%([^|]+)\|script\|([^|]+)\|-1%\1|script|\2|32767%ig" \ |