From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/instance_encounters.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/instance_encounters.md') diff --git a/docs/instance_encounters.md b/docs/instance_encounters.md index 6387c75..a986f56 100644 --- a/docs/instance_encounters.md +++ b/docs/instance_encounters.md @@ -31,7 +31,7 @@ Definitions of instance encounters. Used by LFG.

Comment

-

entry

+

entry

int(10)

unsigned

PRI

@@ -41,7 +41,7 @@ Definitions of instance encounters. Used by LFG.

Unique entry from DungeonEncounter.dbc

-

creditType

+

creditType

tinyint(3)

unsigned

 

@@ -51,7 +51,7 @@ Definitions of instance encounters. Used by LFG.

 

-

creditEntry

+

creditEntry

int(10)

unsigned

 

@@ -61,7 +61,7 @@ Definitions of instance encounters. Used by LFG.

 

-

lastEncounterDungeon

+

lastEncounterDungeon

smallint(5)

unsigned

 

@@ -71,7 +71,7 @@ Definitions of instance encounters. Used by LFG.

If not 0, LfgDungeon.dbc entry for the instance it is last encounter in

-

comment

+

comment

varchat(255)

signed

 

-- cgit