summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`
-