diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-30 07:43:32 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-30 07:43:32 -0300 |
| commit | f976c25521ad6b5b60218a21149754a1ae9ef837 (patch) | |
| tree | 1cd3801a044de7dc66f416b780243199bf80036e | |
| parent | e84dfff4cee74baf2c02cc7752df5bf392eae180 (diff) | |
Update characters_database.sql
Missing line from previous commit
| -rw-r--r-- | sql/base/characters_database.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 846862927fc..84a31a4173a 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -507,7 +507,6 @@ DROP TABLE IF EXISTS `character_aura`; CREATE TABLE `character_aura` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', `casterGuid` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Full Global Unique Identifier', - `itemGuid` bigint(20) unsigned NOT NULL DEFAULT '0', `spell` mediumint(8) unsigned NOT NULL DEFAULT '0', `effectMask` tinyint(3) unsigned NOT NULL DEFAULT '0', `recalculateMask` tinyint(3) unsigned NOT NULL DEFAULT '0', |
