From d745fba2c269a024421b381ad706a89d408341bc Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 10 Jun 2019 00:00:54 +0200 Subject: Update gameobject_queststarter.md (#74) Added missing links --- docs/gameobject_queststarter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gameobject_queststarter.md b/docs/gameobject_queststarter.md index 4e49e2f..98855bd 100644 --- a/docs/gameobject_queststarter.md +++ b/docs/gameobject_queststarter.md @@ -57,8 +57,8 @@ Holds game object quest giver relations. The game objects in this table should a ### id -The template ID of the game object. See gameobject\_template.entry +The template ID of the game object. See [gameobject\_template.entry](http://www.azerothcore.org/wiki/gameobject_template#entry) ### quest -The quest ID that this game object starts. See quest\_template.entry +The quest ID that this game object starts. See [quest\_template.entry](http://www.azerothcore.org/wiki/quest_template#id) -- cgit