[DiscordArchive] or are you updating from your own fork of azerothcore that you did not sync?
[DiscordArchive] or are you updating from your own fork of azerothcore that you did not sync?
Archived author: Tereneckla • Posted: 2025-03-03T09:20:01.717000+00:00
Original source
or are you updating from your own fork of azerothcore that you did not sync?
Archived author: AndersD • Posted: 2025-03-03T09:27:08.203000+00:00
Original source
I used the Nirv guide.
alias wow='cd ~/azerothcore-wotlk;tmux attach -t world-session'
alias auth='cd ~/azerothcore-wotlk;tmux attach -t auth-session'
alias start='bash /root/start.sh'
alias stop='tmux kill-server'
alias compile='cd ~/azerothcore-wotlk;./acore.sh compiler all'
alias build='cd ~/azerothcore-wotlk;./acore.sh compiler build'
alias update='cd ~/azerothcore-wotlk;git pull;cd ~/azerothcore-wotlk/modules/mod-playerbots;git pull'
alias pb='nano ~/azerothcore-wotlk/env/dist/etc/modules/playerbots.conf'
alias world='nano ~/azerothcore-wotlk/env/dist/etc/worldserver.conf'
alias updatemods="cd ~/azerothcore-wotlk/modules;find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;"
So i'm using update alias, and then build alias
Archived author: Tereneckla • Posted: 2025-03-03T09:29:48.614000+00:00
Original source
last update of playerbots is on that date