summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMicrah <44911744+milestorme@users.noreply.github.com>2019-08-07 06:38:56 +1000
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-08-06 22:38:56 +0200
commit1cec6c859b09720fc09d3ccfd3b97afc573539c1 (patch)
tree58a35576eefa8218b5694d6708745282b860ede4 /docs
parenta95ee7cda5234a2d3f2e997d294ba6cc718fb59e (diff)
downloadwiki-1cec6c859b09720fc09d3ccfd3b97afc573539c1.tar.gz
wiki-1cec6c859b09720fc09d3ccfd3b97afc573539c1.tar.bz2
wiki-1cec6c859b09720fc09d3ccfd3b97afc573539c1.zip
Update migration tool guide (#104)
Diffstat (limited to 'docs')
-rw-r--r--docs/TrinityCore-to-AzerothCore-characters-migration.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/TrinityCore-to-AzerothCore-characters-migration.md b/docs/TrinityCore-to-AzerothCore-characters-migration.md
index a03c354..878f06e 100644
--- a/docs/TrinityCore-to-AzerothCore-characters-migration.md
+++ b/docs/TrinityCore-to-AzerothCore-characters-migration.md
@@ -1,4 +1,4 @@
-# TrinityCore to AzerothCore Character Migration
+# TrinityCore to AzerothCore Character & Auth Migration Tool
### 1) Install AzerothCore
@@ -15,11 +15,11 @@ Backup your TrinityCore Databases before proceeding (always backup before making
- characters
- world
-### 3) Character Migration
+### 3) Character & Auth Migration
Download the [TC-to-AC character migration tool](https://github.com/azerothcore/tool-tc-migration).
-The following files must be run in order from 1 to 4 on your TrinityCore characters database:
+The following files must be run in order from 1 to 5 on your TrinityCore characters database:
- 1_CREATE_CLEANUP_TABLES
- 2_CREATE_MISSING_TABLES
@@ -27,8 +27,11 @@ The following files must be run in order from 1 to 4 on your TrinityCore charact
- 4_CLEANUP_AND_CONVERT_SPELLS
- 5_FINAL_CLEANUP
+Run the following file no.6 on your Trinitycore Auth Database
+
+- 6_AUTH_CONVERTER
+
Change the `worldserver.conf` of your AzerothCore server to point to your converted (ex TrinityCore) characters database
and start the `./worldserver`
-