aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorfunjoker <torti-esser@web.de>2019-06-16 21:32:01 +0200
committerShauren <shauren.trinity@gmail.com>2019-06-16 21:32:01 +0200
commiteef87a9cc06bea80b9867491e126c6500dc608a9 (patch)
treea854deec95660883807b63253c50472496acbe6d /sql/updates
parent04a247f40eef4d6947ae39038017fdedb9cb7083 (diff)
Core/Creatures: Modify creature_template_model structure to accept unmodified sniffed data (#23427)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2019_06_16_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_06_16_01_world.sql b/sql/updates/world/master/2019_06_16_01_world.sql
new file mode 100644
index 00000000000..74a9fcdbdad
--- /dev/null
+++ b/sql/updates/world/master/2019_06_16_01_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `creature_template_model` DROP PRIMARY KEY;
+ALTER TABLE `creature_template_model` ADD PRIMARY KEY (`CreatureID`, `Idx`);