diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2019-06-09 23:31:49 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-09 23:31:49 +0200 |
| commit | a3d94f7bccdf3f15d3c10d243358cef203d74ee5 (patch) | |
| tree | 92ffef112da7b9e02fc67b6b9fc391bc6cd37962 | |
| parent | 6d5d890a22f3cde2393e2f499dbfbcfd3fffd996 (diff) | |
| download | wiki-a3d94f7bccdf3f15d3c10d243358cef203d74ee5.tar.gz wiki-a3d94f7bccdf3f15d3c10d243358cef203d74ee5.tar.bz2 wiki-a3d94f7bccdf3f15d3c10d243358cef203d74ee5.zip | |
Update creature_queststarter.md (#66)
Added missing links to quest_template.id and creature_template.entry
| -rw-r--r-- | docs/creature_queststarter.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/creature_queststarter.md b/docs/creature_queststarter.md index d1535ad..b4e9869 100644 --- a/docs/creature_queststarter.md +++ b/docs/creature_queststarter.md @@ -57,8 +57,8 @@ Holds NPC quest giver relations on which NPCs start which quests. ### id -The ID of the creature. See creature\_template.entry +The ID of the creature. See [creature\_template.entry](http://www.azerothcore.org/wiki/creature_template#creature_template-entry) ### quest -The quest ID that the creature starts. See quest\_template.id +The quest ID that the creature starts. See [quest\_template.id](http://www.azerothcore.org/wiki/quest_template#id) |
