mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Players: updated glyph handling for Cataclysm
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `character_glyphs`
|
||||
ADD COLUMN `glyphSlot` tinyint UNSIGNED NOT NULL DEFAULT 0 AFTER `talentGroup`,
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`guid`, `talentGroup`, `glyphSlot`, `glyphId`);
|
||||
Reference in New Issue
Block a user