Scripts to help automate building and testing [azerothcore](https://github.com/azerothcore/azerothcore-wotlk)
Scripts to help automate building and testing [azerothcore](https://github.com/azerothcore/azerothcore-wotlk) on a Linux system
## Setup
@ -50,7 +50,7 @@ To access your world server session, type `screen -r world` into a shell. This w
@@ -50,7 +50,7 @@ To access your world server session, type `screen -r world` into a shell. This w
```bash
./test.sh 11671
```
2. Git will ask for a merge commit comment, just save the automatically generated comment as the branch is temporary
3. When azerothcore is done building, check the PR to see if there are any SQL updates by looking for a `rev_###` file in `data/sql/updates/pending_db_world/`. If there are updates to the world database, run `db.sh` to apply the updates. Any updates to the other databases will have to be done manually