From 1cec6c859b09720fc09d3ccfd3b97afc573539c1 Mon Sep 17 00:00:00 2001 From: Micrah <44911744+milestorme@users.noreply.github.com> Date: Wed, 7 Aug 2019 06:38:56 +1000 Subject: Update migration tool guide (#104) --- docs/TrinityCore-to-AzerothCore-characters-migration.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs') 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` - -- cgit