aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-07-11 00:13:41 +0200
committerShauren <shauren.trinity@gmail.com>2012-07-11 00:13:41 +0200
commitd23ae07f643200202829acaae2b28d79d25bceec (patch)
treed1265f4d54de7dcc1f34590a6b0efa7b7fd1b270 /sql/base
parentd8ce0c88307fe35f2f10270c7cf64d0e0763a8dc (diff)
Core/Players: Fixed saving/loading glyphs
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/characters_database.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql
index 3016614cd0e..93c5ee59cf1 100644
--- a/sql/base/characters_database.sql
+++ b/sql/base/characters_database.sql
@@ -623,6 +623,9 @@ 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`,`spec`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;