From 4683b74790f6f751e05ae444085a7549b64a6560 Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 1 Oct 2021 21:52:50 +0300 Subject: DB/Creature: cad9aaa82361238f7cb0b64cda635fc81240eb2c followup --- sql/updates/world/3.3.5/2021_10_01_06_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_10_01_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_10_01_06_world.sql b/sql/updates/world/3.3.5/2021_10_01_06_world.sql new file mode 100644 index 00000000000..a85c978bdce --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_01_06_world.sql @@ -0,0 +1,3 @@ +-- +ALTER TABLE `creature_addon` CHANGE `mountEntry` `MountCreatureID` int(10) unsigned NOT NULL; +ALTER TABLE `creature_template_addon` CHANGE `mountEntry` `MountCreatureID` int(10) unsigned NOT NULL; -- cgit v1.2.3