Core/SQL: Fix character_database structure-creation - thanks to some number-thingie@qq

Closes issue 3181

--HG--
branch : trunk
This commit is contained in:
click
2010-07-31 08:58:46 +02:00
parent 0f99c2feb6
commit fd03b78fe6

View File

@@ -1212,7 +1212,7 @@ CREATE TABLE `corpse` (
`map` int(11) unsigned NOT NULL default '0' COMMENT 'Map Identifier',
`phaseMask` smallint(5) unsigned NOT NULL default '1',
`displayId` int(10) unsigned NOT NULL default '0',
`itemCache` text NOT NULL AFTER `displayId`,
`itemCache` text NOT NULL,
`bytes1` int(10) unsigned NOT NULL default '0',
`bytes2` int(10) unsigned NOT NULL default '0',
`guild` int(10) unsigned NOT NULL default '0',