Hiho in this tutorial i wanna tell you how to apply .patch files to a trinitycore.

requires: Git Bash , TrinityCore source, a .patch file and the sripts for this

1st step: If you want a easy tutorial make it like I say and all will be fine ^^. so extract your trinitycore source and name it for example "trinity" and move it on your datadisk for example "C" . Now you put in "C:\trinity" your .patch file. example: "mmotop.patch"

2nd step: Now open up Git Bash. Next type in your git window " cd C:\trinity "
now git knows your path to the source code and now type in your .patch file like
"patch -p1 <mmotop.patch".

3rd step: wait if git has finished patching you can add your scripts for the patch and start compile.

I hope it was helpful!