Update merge_core.sh

This commit is contained in:
bash
2024-08-12 21:04:03 +02:00
committed by GitHub
parent 688c9ed540
commit 29562a0ac2

View File

@@ -1,6 +1,4 @@
#!/bin/bash #!/bin/bash
ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
########################################################################################## ##########################################################################################
# General dependencies # General dependencies
@@ -14,7 +12,7 @@ then
########################################################################################## ##########################################################################################
# Try to merge from the orginal azerothcore into the playerbot azerothcore fork branch # Try to merge from the orginal azerothcore into the playerbot azerothcore fork branch
########################################################################################## ##########################################################################################
cd ${ROOT_DIR}/../_download/azerothcore cd ${ROOT_DIR}/_download/azerothcore
git reset --hard origin/Playerbot git reset --hard origin/Playerbot
git fetch upstream git fetch upstream
git merge upstream/master git merge upstream/master