mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
SQL: Missing changes to character_database.sql
This commit is contained in:
@@ -1135,7 +1135,7 @@ CREATE TABLE `characters` (
|
||||
`gender` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`level` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`xp` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`money` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`money` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`playerBytes` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`playerBytes2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`playerFlags` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
@@ -2039,8 +2039,8 @@ CREATE TABLE `mail` (
|
||||
`has_items` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`expire_time` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`deliver_time` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`money` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`cod` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`money` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`cod` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||
`checked` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `idx_receiver` (`receiver`)
|
||||
|
||||
Reference in New Issue
Block a user