diff --git a/README.md b/README.md index 5afe20f..69e1a52 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,22 @@ git clone https://github.com/azerothcore/mod-transmog.git or you can manually [download the module](https://github.com/azerothcore/mod-transmog/archive/master.zip), unzip the Transmog folder and place it under the `azerothcore/modules` directory. -### 2) Re-run cmake and launch a clean build of AzerothCore +### 2) Import the SQL to the right Database (auth, world or characters) + +Import the SQL manually to the right Database (auth, world or characters) or with the `db_assembler.sh` (if `include.sh` provided). + +### 3) Re-run cmake and launch a clean build of AzerothCore **That's it.** +### 4) Place transmog npc + +With a gm account goto the location you want to add the npc and use this command: + +``` +.npc add 190010 +``` + ### (Optional) Edit module configuration If you need to change the module configuration, go to your server configuration folder (e.g. **etc**), copy `transmog.conf.dist` to `transmog.conf` and edit it as you prefer.