aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_14_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_14_03_world.sql b/sql/updates/world/master/2022_01_14_03_world.sql
new file mode 100644
index 00000000000..609f4b576a4
--- /dev/null
+++ b/sql/updates/world/master/2022_01_14_03_world.sql
@@ -0,0 +1,4 @@
+--
+ALTER TABLE `playercreateinfo_cast_spell` DROP PRIMARY KEY;
+ALTER TABLE `playercreateinfo_cast_spell` ADD `createMode` tinyint(4) NOT NULL DEFAULT '0' AFTER `classMask`;
+ALTER TABLE `playercreateinfo_cast_spell` ADD PRIMARY KEY(`raceMask`,`classMask`,`createMode`,`spell`);