Skip to content

Commit

Permalink
Merge pull request azerothcore#38 from locus313/update-readme
Browse files Browse the repository at this point in the history
Update readme with missing directions
  • Loading branch information
Helias committed Aug 30, 2020
2 parents b698f91 + 6f70959 commit 09bdf66
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,19 @@ 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

### 4) Place transmog npc

With a gm account goto the location you want to add the npc and use this command:

```
.npc add 190010
```

**That's it.**

Expand Down

0 comments on commit 09bdf66

Please sign in to comment.