From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/mail.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/mail.md') diff --git a/docs/mail.md b/docs/mail.md index a7685fd..1a747c9 100644 --- a/docs/mail.md +++ b/docs/mail.md @@ -35,7 +35,7 @@ This table contains main data about all mails in the game.

Comment

-

id

+

id

int(10)

unsigned

PRI

@@ -45,7 +45,7 @@ This table contains main data about all mails in the game.

Identifier

-

messageType

+

messageType

tinyint(3)

unsigned

 

@@ -55,7 +55,7 @@ This table contains main data about all mails in the game.

 

-

stationery

+

stationery

tinyint(3)

signed

 

@@ -65,7 +65,7 @@ This table contains main data about all mails in the game.

 

-

mailTemplateId

+

mailTemplateId

mediumint(5)

unsigned

 

@@ -75,7 +75,7 @@ This table contains main data about all mails in the game.

 

-

sender

+

sender

int(10)

unsigned

 

@@ -85,7 +85,7 @@ This table contains main data about all mails in the game.

Character Global Unique Identifier

-

receiver

+

receiver

int(10)

unsigned

 

@@ -95,7 +95,7 @@ This table contains main data about all mails in the game.

Character Global Unique Identifier

-

subject

+

subject

longtext

signed

 

@@ -105,7 +105,7 @@ This table contains main data about all mails in the game.

 

-

body

+

body

longtext

signed

 

@@ -115,7 +115,7 @@ This table contains main data about all mails in the game.   -

has_items

+

has_items

tinyint(3)

unsigned

  @@ -125,7 +125,7 @@ This table contains main data about all mails in the game.   -

expire_time

+

expire_time

int(10)

unsigned

  @@ -135,7 +135,7 @@ This table contains main data about all mails in the game.   -

deliver_time

+

deliver_time

int(10)

unsigned

  @@ -145,7 +145,7 @@ This table contains main data about all mails in the game.   -

money

+

money

int(10)

unsigned

  @@ -155,7 +155,7 @@ This table contains main data about all mails in the game.   -

cod

+

cod

int(10)

unsigned

  @@ -165,7 +165,7 @@ This table contains main data about all mails in the game.   -

checked

+

checked

tinyint(3)

unsigned

  -- cgit From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/mail.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/mail.md') diff --git a/docs/mail.md b/docs/mail.md index 1a747c9..81a5f34 100644 --- a/docs/mail.md +++ b/docs/mail.md @@ -45,7 +45,7 @@ This table contains main data about all mails in the game.

Identifier

-

messageType

+

messageType

tinyint(3)

unsigned

 

@@ -65,7 +65,7 @@ This table contains main data about all mails in the game.

 

-

mailTemplateId

+

mailTemplateId

mediumint(5)

unsigned

 

-- cgit