From c0e0f1d89b8522d3eb77bac484f392c166b1c102 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 9 Oct 2012 16:58:29 +0100 Subject: allow glyph1 be null like other glyph slots --- sql/base/characters_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/base') diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index d2ec0a94a2b..b1c57a2f5fb 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -618,7 +618,7 @@ DROP TABLE IF EXISTS `character_glyphs`; CREATE TABLE `character_glyphs` ( `guid` int(10) unsigned NOT NULL, `spec` tinyint(3) unsigned NOT NULL DEFAULT '0', - `glyph1` smallint(5) unsigned NOT NULL DEFAULT '0', + `glyph1` smallint(5) unsigned DEFAULT '0', `glyph2` smallint(5) unsigned DEFAULT '0', `glyph3` smallint(5) unsigned DEFAULT '0', `glyph4` smallint(5) unsigned DEFAULT '0', -- cgit v1.2.3