From b0f727e0bed94f6656eab77dcbb79b756478aaf9 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 11 Oct 2021 00:56:56 +0300 Subject: DB/Creature: cad9aaa82361238f7cb0b64cda635fc81240eb2c followup --- sql/updates/world/3.3.5/2021_10_10_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_10_10_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_10_10_00_world.sql b/sql/updates/world/3.3.5/2021_10_10_00_world.sql new file mode 100644 index 00000000000..306f3ca200f --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_10_00_world.sql @@ -0,0 +1,3 @@ +-- +ALTER TABLE `creature_addon` MODIFY COLUMN `MountCreatureID` int(10) unsigned NOT NULL DEFAULT '0'; +ALTER TABLE `creature_template_addon` MODIFY COLUMN `MountCreatureID` int(10) unsigned NOT NULL DEFAULT '0'; -- cgit v1.2.3