mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Add forgotten column in characters.sql
--HG-- branch : trunk
This commit is contained in:
@@ -854,6 +854,7 @@ CREATE TABLE `gm_tickets` (
|
||||
`posX` float NOT NULL DEFAULT '0',
|
||||
`posY` float NOT NULL DEFAULT '0',
|
||||
`posZ` float NOT NULL DEFAULT '0',
|
||||
`timestamp` int(10) 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