mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-15 04:23:09 -04:00
fix more typos in full characters.sql
--HG-- branch : trunk
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user