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.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/instance.md') diff --git a/docs/instance.md b/docs/instance.md index 0459ad5..8726e21 100644 --- a/docs/instance.md +++ b/docs/instance.md @@ -31,7 +31,7 @@ This table holds static information on all current instances that have not yet b

Comment

-

id

+

id

int(10)

unsigned

PRI

@@ -41,7 +41,7 @@ This table holds static information on all current instances that have not yet b

 

-

map

+

map

smallint(5)

unsigned

 

@@ -51,7 +51,7 @@ This table holds static information on all current instances that have not yet b

 

-

resettime

+

resettime

int(10)

unsigned

 

@@ -61,7 +61,7 @@ This table holds static information on all current instances that have not yet b

 

-

difficulty

+

difficulty

tinyint(3)

unsigned

 

@@ -71,7 +71,7 @@ This table holds static information on all current instances that have not yet b

 

-

completedEncounters

+

completedEncounters

int(10)

unsigned

 

@@ -81,7 +81,7 @@ This table holds static information on all current instances that have not yet b

 

-

data

+

data

tinytext

signed

 

-- cgit