mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-02-05 18:33:46 +00:00
Update merge_core.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user