mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Merge.
--HG-- branch : trunk
This commit is contained in:
@@ -263,7 +263,7 @@ CREATE TABLE `characters` (
|
||||
`position_y` float NOT NULL default '0',
|
||||
`position_z` float NOT NULL default '0',
|
||||
`map` int(11) unsigned NOT NULL default '0' COMMENT 'Map Identifier',
|
||||
`dungeon_difficulty` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`dungeon_difficulty` tinyint(1) unsigned NOT NULL default '0',
|
||||
`orientation` float NOT NULL default '0',
|
||||
`taximask` longtext,
|
||||
`online` tinyint(3) unsigned NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user