mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
update readme.md
This commit is contained in:
14
README.md
14
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.
|
||||
|
||||
Reference in New Issue
Block a user