aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-11-13 18:13:43 +0200
committeroffl <offl@users.noreply.github.com>2020-11-13 18:13:43 +0200
commitd19c0dfd1b8b5a5f2d2f87beb5099e3fc1c41786 (patch)
tree75395e9b7c90ae7407bcadc631cb7213d9c90372
parent28e3c87d4fe52441b5b6be830555b2d20b7a8a12 (diff)
DB/Creature: Make 1 default sheath state to prevent further addon tables corruption
-rw-r--r--sql/updates/world/3.3.5/2020_11_13_03_world.sql3
1 files changed, 3 insertions, 0 deletions
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';