Merge pull request #13462 from marc0303/6.x

Fixed SQL typo in characters_database.sql
This commit is contained in:
Duarte Duarte
2014-10-25 15:07:02 +01:00

View File

@@ -484,7 +484,7 @@ DROP TABLE IF EXISTS `character_aura`;
CREATE TABLE `character_aura` (
`guid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier',
`caster_guid` binary(16) NOT NULL COMMENT 'Full Global Unique Identifier',
`item_guid` binary(16) unsigned NOT NULL DEFAULT '0',
`item_guid` binary(16) NOT NULL DEFAULT '0',
`spell` mediumint(8) unsigned NOT NULL DEFAULT '0',
`effect_mask` tinyint(3) unsigned NOT NULL DEFAULT '0',
`recalculate_mask` tinyint(3) unsigned NOT NULL DEFAULT '0',