mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Schema: Add missing PK to world.playercreateinfo_cast_spell
This commit is contained in:
1
sql/updates/world/6.x/2016_06_19_01_world.sql
Normal file
1
sql/updates/world/6.x/2016_06_19_01_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `playercreateinfo_cast_spell` ADD PRIMARY KEY(`raceMask`, `classMask`, `spell`);
|
||||
Reference in New Issue
Block a user