From 3274efc33c3a6f81cdf1f248ec35d177bb337e7b Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:18:12 +0100 Subject: Fix anchors --- docs/access_requirement.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/access_requirement.md b/docs/access_requirement.md index 5d2346c..4a5d49e 100644 --- a/docs/access_requirement.md +++ b/docs/access_requirement.md @@ -21,7 +21,7 @@ This table contains the access requirements to enter an instance.

Comment

-

mapId

+

mapId

mediumint (8)

unsigned

PRI

@@ -33,7 +33,7 @@ This table contains the access requirements to enter an instance.

-

difficulty

+

difficulty

tinyint(3)

unsigned

PRI

@@ -45,7 +45,7 @@ This table contains the access requirements to enter an instance.

-

level_min

+

level_min

tinyint(3)

unsigned


@@ -58,7 +58,7 @@ This table contains the access requirements to enter an instance.

-

level_max

+

level_max

tinyint(3)

unsigned


@@ -71,7 +71,7 @@ This table contains the access requirements to enter an instance.

-item_level +item_level smallint(5) unsigned
@@ -84,7 +84,7 @@ This table contains the access requirements to enter an instance. -

item

+

item

mediumint(8)

unsigned


@@ -97,7 +97,7 @@ This table contains the access requirements to enter an instance.

-

item2

+

item2

mediumint(8)

unsigned


@@ -110,7 +110,7 @@ This table contains the access requirements to enter an instance.

-

quest_done_A

+

quest_done_A

mediumint(8)

unsigned


@@ -123,7 +123,7 @@ This table contains the access requirements to enter an instance.

-

quest_done_H

+

quest_done_H

mediumint(8)

unsigned


@@ -136,7 +136,7 @@ This table contains the access requirements to enter an instance.

-

completed_achievement

+

completed_achievement

mediumint(8)

unsigned


@@ -149,7 +149,7 @@ This table contains the access requirements to enter an instance.

-

quest_failed_text

+

quest_failed_text

text

signed


@@ -162,7 +162,7 @@ This table contains the access requirements to enter an instance.

-

comment

+

comment

text

signed


-- cgit