From 16e8c2776945c7958852b04e627c76423d0a5ad3 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 25 Jan 2021 19:58:54 +0100 Subject: Update Upgrade-from-pre-3.0.0-to-latest-master.md --- docs/Upgrade-from-pre-3.0.0-to-latest-master.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit