mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01: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