Core/Players: Fixed saving/loading glyphs

This commit is contained in:
Shauren
2012-07-11 00:13:41 +02:00
parent d8ce0c8830
commit d23ae07f64
6 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `character_glyphs`
ADD `glyph7` smallint(5) unsigned DEFAULT '0' AFTER `glyph6`,
ADD `glyph8` smallint(5) unsigned DEFAULT '0' AFTER `glyph7`,
ADD `glyph9` smallint(5) unsigned DEFAULT '0' AFTER `glyph8`;