diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2019-06-09 23:31:29 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-09 23:31:29 +0200 |
| commit | f464129b78f043c440a50aa5a2e5cf96c1a1ae1c (patch) | |
| tree | 4498d56e07b44910f7955a2fd8ad595a45fdecf0 | |
| parent | 7ac0baa91dc4e941906f77b659d235888edb7d81 (diff) | |
| download | wiki-f464129b78f043c440a50aa5a2e5cf96c1a1ae1c.tar.gz wiki-f464129b78f043c440a50aa5a2e5cf96c1a1ae1c.tar.bz2 wiki-f464129b78f043c440a50aa5a2e5cf96c1a1ae1c.zip | |
Update creature_questender.md (#67)
Added missing links to quest_template.id and creature_template.entry
| -rw-r--r-- | docs/creature_questender.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/creature_questender.md b/docs/creature_questender.md index 9d732a4..5e8e190 100644 --- a/docs/creature_questender.md +++ b/docs/creature_questender.md @@ -57,8 +57,8 @@ Holds NPC quest ender relations on which NPCs finishes 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 finishes. See quest\_template.id +The quest ID that the creature finishes. See [quest\_template.id](http://www.azerothcore.org/wiki/quest_template#id) |
