update readme.md

This commit is contained in:
locus313
2020-08-27 13:39:10 -07:00
parent b698f9157f
commit 8a8cb1131e

View File

@@ -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. 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.** **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 ### (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. 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.