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:
Nay
2013-05-16 23:28:57 +02:00
parent e319e806c6
commit 9b84c8fb98

View File

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