mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/SQL: Fix character_database structure-creation - thanks to some number-thingie@qq
Closes issue 3181 --HG-- branch : trunk
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user