mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Characters: Remove guildId from characters table (characters_database.sql only)
This field was dropped long ago in 1a290f17f5
Thanks to Aokromes for spotting the issue
This commit is contained in:
@@ -1364,7 +1364,6 @@ CREATE TABLE `characters` (
|
||||
`knownTitles` longtext,
|
||||
`actionBars` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`grantableLevels` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`guildId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`deleteInfos_Account` int(10) unsigned DEFAULT NULL,
|
||||
`deleteInfos_Name` varchar(12) DEFAULT NULL,
|
||||
`deleteDate` int(10) unsigned DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user