diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-07-11 00:11:16 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-07-11 00:11:16 +0200 |
| commit | da3247d5bbd30295b993d572a40ed022b5d267d9 (patch) | |
| tree | 9b1fb00284a8ea7e02bfaaeca171f4ba8a029a4e /sql/base | |
| parent | facb038b949ef32033198dcba044d1606e0fdfcd (diff) | |
Core/Players: Fixed glyph slots
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/characters_database.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index f2d0188ae8e..e011983e2cb 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -927,9 +927,6 @@ CREATE TABLE `character_glyphs` ( `glyph4` smallint(5) unsigned DEFAULT '0', `glyph5` smallint(5) unsigned DEFAULT '0', `glyph6` smallint(5) unsigned DEFAULT '0', - `glyph7` smallint(5) unsigned DEFAULT '0', - `glyph8` smallint(5) unsigned DEFAULT '0', - `glyph9` smallint(5) unsigned DEFAULT '0', PRIMARY KEY (`guid`,`talentGroup`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; |
