From 139a646e7751ec06ad5496a182cbaa0c72f5d0f0 Mon Sep 17 00:00:00 2001 From: "Bogir[rus]" Date: Mon, 25 Nov 2019 01:13:06 +0300 Subject: Update gm_ticket.md (#150) Added missed 2 fields and description for them. --- docs/gm_ticket.md | 65 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 16 deletions(-) diff --git a/docs/gm_ticket.md b/docs/gm_ticket.md index 3ee55c7..7fb6b79 100644 --- a/docs/gm_ticket.md +++ b/docs/gm_ticket.md @@ -33,6 +33,18 @@ This table stores all tickets

+

type

+

tinyint(3)

+

unsigned

+


+

+

NO

+

0

+


+

+

0 open, 1 closed, 2 character deleted

+ +

playerGuid

int(10)

unsigned

@@ -44,7 +56,7 @@ This table stores all tickets

Global Unique Identifier of ticket creator

- +

name

varchar(12)

signed

@@ -56,7 +68,7 @@ This table stores all tickets

Name of ticket creator

- +

description

text

signed

@@ -70,7 +82,7 @@ This table stores all tickets


- +

createtime

int(10)

unsigned

@@ -83,7 +95,7 @@ This table stores all tickets
- +

mapId

smallint(5)

unsigned

@@ -96,7 +108,7 @@ This table stores all tickets
- +

posX

float

signed

@@ -109,7 +121,7 @@ This table stores all tickets
- +

posY

float

signed

@@ -122,7 +134,7 @@ This table stores all tickets
- +

posZ

float

signed

@@ -135,7 +147,7 @@ This table stores all tickets
- +

lastModifiedTime

int(10)

signed

@@ -148,7 +160,7 @@ This table stores all tickets
- +

closedBy

int(10)

signed

@@ -161,7 +173,7 @@ This table stores all tickets
- +

assignedTo

int(10)

unsigned

@@ -173,7 +185,7 @@ This table stores all tickets

GUID of admin to whom ticket is assigned

- +

comment

text

signed

@@ -187,7 +199,7 @@ This table stores all tickets
- +

response

text

signed

@@ -201,7 +213,7 @@ This table stores all tickets
- +

completed

tinyint(3)

unsigned

@@ -214,7 +226,7 @@ This table stores all tickets
- +

escalated

tinyint(3)

unsigned

@@ -227,7 +239,7 @@ This table stores all tickets
- +

viewed

tinyint(3)

unsigned

@@ -240,7 +252,7 @@ This table stores all tickets
- +

needMoreHelp

tinyint(3)

unsigned

@@ -253,6 +265,19 @@ This table stores all tickets
+ +

resolvedBy

+

int(10)

+

unsigned

+
+ +

NO

+

0

+
+ +GUID of GM who resolved the ticket + + @@ -262,6 +287,10 @@ This table stores all tickets The ticket global unique identifier. This number must be unique and is the best way to identify separate tickets. +### type +Type of ticket. +Variables: 0 = open, 1 = closed, 2 = character deleted. + ### playerGuid Player's GUID. See characters.guid @@ -336,4 +365,8 @@ Requires GM response. 17 = true, 1 = false (17 is default) Requests further GM interaction on a ticket to which a GM has already responded. Basically means "has a new ticket" +### resolvedBy + +GUID of GM who resolved the ticket. + td class= -- cgit