From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/gm_ticket.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/gm_ticket.md') diff --git a/docs/gm_ticket.md b/docs/gm_ticket.md index e9daa6c..3ee55c7 100644 --- a/docs/gm_ticket.md +++ b/docs/gm_ticket.md @@ -21,7 +21,7 @@ This table stores all tickets

Comment

-

Id

+

Id

int(10)

signed

PRI

@@ -33,7 +33,7 @@ This table stores all tickets

-

playerGuid

+

playerGuid

int(10)

unsigned


@@ -84,7 +84,7 @@ This table stores all tickets -

mapId

+

mapId

smallint(5)

unsigned


@@ -97,7 +97,7 @@ This table stores all tickets -

posX

+

posX

float

signed


@@ -110,7 +110,7 @@ This table stores all tickets -

posY

+

posY

float

signed


@@ -123,7 +123,7 @@ This table stores all tickets -

posZ

+

posZ

float

signed


@@ -136,7 +136,7 @@ This table stores all tickets -

lastModifiedTime

+

lastModifiedTime

int(10)

signed


@@ -149,7 +149,7 @@ This table stores all tickets -

closedBy

+

closedBy

int(10)

signed


@@ -162,7 +162,7 @@ This table stores all tickets -

assignedTo

+

assignedTo

int(10)

unsigned


@@ -241,7 +241,7 @@ This table stores all tickets -

needMoreHelp

+

needMoreHelp

tinyint(3)

unsigned


-- cgit