Update characters.sql

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-05-25 13:28:34 +02:00
parent 991d4e4219
commit d32ddea085

View File

@@ -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,