mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Update characters.sql
--HG-- branch : trunk
This commit is contained in:
@@ -263,6 +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',
|
||||
`instance_id` int(11) unsigned NOT NULL default '0',
|
||||
`dungeon_difficulty` tinyint(1) unsigned NOT NULL default '0',
|
||||
`orientation` float NOT NULL default '0',
|
||||
`taximask` longtext,
|
||||
|
||||
Reference in New Issue
Block a user