From d19c0dfd1b8b5a5f2d2f87beb5099e3fc1c41786 Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 13 Nov 2020 18:13:43 +0200 Subject: DB/Creature: Make 1 default sheath state to prevent further addon tables corruption --- sql/updates/world/3.3.5/2020_11_13_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_11_13_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_11_13_03_world.sql b/sql/updates/world/3.3.5/2020_11_13_03_world.sql new file mode 100644 index 00000000000..d9c561724b7 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_11_13_03_world.sql @@ -0,0 +1,3 @@ +-- +ALTER TABLE `creature_addon` MODIFY `bytes2` int(10) unsigned NOT NULL DEFAULT '1'; +ALTER TABLE `creature_template_addon` MODIFY `bytes2` int(10) unsigned NOT NULL DEFAULT '1'; -- cgit v1.2.3