DB/Schema: Add missing PK to world.playercreateinfo_cast_spell

This commit is contained in:
Duarte Duarte
2016-06-19 22:49:16 +01:00
committed by GitHub
parent 4ce02d132a
commit 7ec0d94119

View File

@@ -0,0 +1 @@
ALTER TABLE `playercreateinfo_cast_spell` ADD PRIMARY KEY(`raceMask`, `classMask`, `spell`);