From 113ddffa24b8d86b656f2624e90669aeb8bda55f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 10 Jun 2019 00:15:45 +0200 Subject: Update instance_encounters.md (#78) Added links for dbc files --- docs/instance_encounters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/instance_encounters.md b/docs/instance_encounters.md index d4bcf70..09c08ba 100644 --- a/docs/instance_encounters.md +++ b/docs/instance_encounters.md @@ -87,7 +87,7 @@ Definitions of instance encounters. Used by LFG. ### entry -Unique entry from DungeonEncounter.dbc +Unique entry from [DungeonEncounter.dbc](DungeonEncounter) ### creditType @@ -105,7 +105,7 @@ If creditType = 1, then value for this field is a spell. See Spell.dbc. ### lastEncounterDungeon -Reference to LfgDungeon.dbc entry for the instance it which is this encounter last. If 0, encounter is not last one. +Reference to [LfgDungeon.dbc](LfgDungeon) entry for the instance it which is this encounter last. If 0, encounter is not last one. ### comment -- cgit