fix typo in full characters.sql

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-05-04 12:18:03 -04:00
parent cb55e0b274
commit 8ade78cf69

View File

@@ -846,7 +846,7 @@ CREATE TABLE `gm_tickets` (
`playerGuid` int(11) unsigned NOT NULL default '0',
`name` varchar(15) NOT NULL,
`message` text NOT NULL,
`timestamp` int(10) NOT NULL default '0',
`createtime` int(10) NOT NULL default '0',
`closed` int(10) NOT NULL default '0',
`assignedto` int(10) NOT NULL default '0',
`comment` text NOT NULL,