Core/Ticket:

- Fully parse CMSG_GMTICKET_CREATE, use GmTicket::GetChatLog() to access the reporters chat log from this session (unused atm, possible useful to detect chat harassment)
- Simplify SMSG_GMTICKET_GETTICKET and fix "category" field (renamed it same as in blizz LUA files)
- Store response in DB
This commit is contained in:
kaelima
2012-10-17 00:53:55 +02:00
parent 4ec23cdba5
commit 98588aa192
5 changed files with 90 additions and 47 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `gm_tickets`
ADD COLUMN `response` TEXT NOT NULL AFTER `comment`,
ADD COLUMN `haveTicket` TINYINT(3) UNSIGNED NOT NULL AFTER `viewed`;