summaryrefslogtreecommitdiff
path: root/docs/TrinityCore-to-AzerothCore-characters-migration.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-06-12 14:50:58 +0200
committerGitHub <noreply@github.com>2021-06-12 14:50:58 +0200
commitf309cf79bbb032a0686b7d04feb8fec18e600a84 (patch)
tree9ea7db08f0698ec9af213941307c83246c7b68a3 /docs/TrinityCore-to-AzerothCore-characters-migration.md
parentb2610fad21012673061f5af786b022c96625cc26 (diff)
downloadwiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.gz
wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.bz2
wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.zip
chore: file naming standard (#517)
* A * file naming standard Fixes #491 * Revert "A" This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1. * rename * Revert "rename" This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe. * Revert "file naming standard" This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb. * bye * Hi * Create the-staging-branch.md * 1 * Delete how-to-create-a-PR.md * Create how-to-create-a-pr.md * werafgt * Update the-modular-structure.md * wef
Diffstat (limited to 'docs/TrinityCore-to-AzerothCore-characters-migration.md')
-rw-r--r--docs/TrinityCore-to-AzerothCore-characters-migration.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/TrinityCore-to-AzerothCore-characters-migration.md b/docs/TrinityCore-to-AzerothCore-characters-migration.md
deleted file mode 100644
index 878f06e..0000000
--- a/docs/TrinityCore-to-AzerothCore-characters-migration.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# TrinityCore to AzerothCore Character & Auth Migration Tool
-
-### 1) Install AzerothCore
-
-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).
-
-Make sure you have a fresh installation completed and working with no additional modules before proceeding.
-
-### 2) Backup your TrinityCore Databases
-
-Backup your TrinityCore Databases before proceeding (always backup before making changes)
-- auth
-- characters
-- world
-
-### 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 5 on your TrinityCore characters database:
-
-- 1_CREATE_CLEANUP_TABLES
-- 2_CREATE_MISSING_TABLES
-- 3_ALTER_TABLES
-- 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`
-
-