mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Players: Fixed saving/loading glyphs
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user