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