From 9c795919d36efdc7c4ceb49353c259e17873c035 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 5 Aug 2019 20:05:10 +0200 Subject: Update TrinityCore-to-AzerothCore-characters-migration.md --- docs/TrinityCore-to-AzerothCore-characters-migration.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/TrinityCore-to-AzerothCore-characters-migration.md b/docs/TrinityCore-to-AzerothCore-characters-migration.md index 67ac679..a03c354 100644 --- a/docs/TrinityCore-to-AzerothCore-characters-migration.md +++ b/docs/TrinityCore-to-AzerothCore-characters-migration.md @@ -2,7 +2,7 @@ ### 1) Install AzerothCore -Follow the Installation instructions and install and setup AzerothCore Fresh Install (we will need this after the conversion). +Follow the Installation instructions and install a fresh setup of AzerothCore (we will need this after the conversion). Instructions to setup AzerothCore can be found [here](http://www.azerothcore.org/wiki/Installation). @@ -17,11 +17,7 @@ Backup your TrinityCore Databases before proceeding (always backup before making ### 3) Character Migration -Download the TC-AC character migration tool. - -Now you have your AzerothCore server tested and working we can migrate the characters. - -Download TC - AC Migration Tool: [azerothcorte/ool-tc-migration](https://github.com/azerothcore/tool-tc-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: @@ -31,7 +27,7 @@ The following files must be run in order from 1 to 4 on your TrinityCore charact - 4_CLEANUP_AND_CONVERT_SPELLS - 5_FINAL_CLEANUP -Change the location of the charcters database in the worldserver.conf to your converted TrinityCore characters Database +Change the `worldserver.conf` of your AzerothCore server to point to your converted (ex TrinityCore) characters database and start the `./worldserver` -- cgit