From eef87a9cc06bea80b9867491e126c6500dc608a9 Mon Sep 17 00:00:00 2001 From: funjoker Date: Sun, 16 Jun 2019 21:32:01 +0200 Subject: Core/Creatures: Modify creature_template_model structure to accept unmodified sniffed data (#23427) --- sql/updates/world/master/2019_06_16_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2019_06_16_01_world.sql (limited to 'sql') 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`); -- cgit v1.2.3