mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
[8409] Fixed guild creation date loading, and added another guild loading optimization - last one.
Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_8402_02_characters_guild_bank_eventlog` bit(1) default NULL
|
||||
`required_8409_01_characters_guild` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
|
||||
|
||||
--
|
||||
@@ -1117,7 +1117,7 @@ CREATE TABLE `guild` (
|
||||
`BackgroundColor` int(5) NOT NULL default '0',
|
||||
`info` text NOT NULL,
|
||||
`motd` varchar(255) NOT NULL default '',
|
||||
`createdate` datetime default NULL,
|
||||
`createdate` bigint(20) NOT NULL default '0',
|
||||
`BankMoney` bigint(20) NOT NULL default '0',
|
||||
PRIMARY KEY (`guildid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Guild System';
|
||||
|
||||
Reference in New Issue
Block a user