From b07bf859806305dc3d7f34495cf2e054fce22942 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 May 2020 08:07:01 -0300 Subject: Moubootaur Legends Patch Level 9 "Convert sc_config to libconf" --- .tools/applicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tools/applicator.py') diff --git a/.tools/applicator.py b/.tools/applicator.py index ea9b5f77b..aa84ce359 100644 --- a/.tools/applicator.py +++ b/.tools/applicator.py @@ -33,7 +33,7 @@ for line in f: subprocess.call("cd ../../server-code ; wget https://github.com/HerculesWS/Hercules/commit/"+line.replace("\n", "")+".diff", shell=True) print "Applying patch..." #subprocess.call("cd ../../server-code ; ls", shell=True) - subprocess.call("cd ../../server-code ; git apply --ignore-whitespace --exclude=doc/ --reject "+line.replace("\n", "")+".diff", shell=True) + subprocess.call("cd ../../server-code ; git apply --ignore-whitespace --exclude=doc/ --exclude=tools/ --exclude=db/ --reject "+line.replace("\n", "")+".diff", shell=True) print "Patch applied" subprocess.call("cd ../../server-code ; rm "+line.replace("\n", "")+".diff", shell=True) print "Patch deleted (success)" -- cgit v1.2.3-70-g09d2