diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Upgrade-from-pre-3.0.0-to-latest-master.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Upgrade-from-pre-3.0.0-to-latest-master.md b/docs/Upgrade-from-pre-3.0.0-to-latest-master.md index 8f93281..d104c2d 100644 --- a/docs/Upgrade-from-pre-3.0.0-to-latest-master.md +++ b/docs/Upgrade-from-pre-3.0.0-to-latest-master.md @@ -6,7 +6,9 @@ This is the tutorial to upgrade any existing server from a version prior to the You need first to update your server to [this commit](https://github.com/azerothcore/azerothcore-wotlk/commit/2d609e9e48b2e516e4a555015b2662cab15b0c38), running: -`git checkout 2d609e9e48b2e516e4a555015b2662cab15b0c38` +``` +git pull; git checkout 2d609e9e48b2e516e4a555015b2662cab15b0c38 +``` Now update your **database** as you usually do (e.g. using the db-assembler) |
