diff options
| author | marc0303 <marcantoine.levasseur@gmail.com> | 2014-10-25 10:00:36 -0400 |
|---|---|---|
| committer | marc0303 <marcantoine.levasseur@gmail.com> | 2014-10-25 10:00:36 -0400 |
| commit | 6675935e795de531c134adf8fcfd82072a50ed30 (patch) | |
| tree | 67a88bc9cfb38f33c059a6a410ac829fa1002014 /sql | |
| parent | a363c88f03f2d8ca26d8b2143027a49e0fe75111 (diff) | |
Fixed SQL typo in characters_database.sql
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/characters_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 22554c2f2bc..88b47203eea 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -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', |
