fix more typos in full characters.sql

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-05-04 12:39:40 -04:00
parent 6998da2028
commit 1119991420
2 changed files with 5 additions and 1 deletions

View File

@@ -847,6 +847,10 @@ CREATE TABLE `gm_tickets` (
`name` varchar(15) NOT NULL,
`message` text NOT NULL,
`createtime` int(10) NOT NULL default '0',
`map` int NOT NULL DEFAULT '0',
`posX` float NOT NULL DEFAULT '0',
`posY` float NOT NULL DEFAULT '0',
`posZ` float NOT NULL DEFAULT '0',
`closed` int(10) NOT NULL default '0',
`assignedto` int(10) NOT NULL default '0',
`comment` text NOT NULL,