aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2021-11-03 11:53:27 +0100
committerfunjoker <funjoker109@gmail.com>2021-11-03 11:53:27 +0100
commit1e52f9fdf566320fd586127692c5a1c16e34f741 (patch)
tree781447ab22bf4b3e4bedbe638a94f09c6abc6457 /sql
parentedc94e8ae8c5ddd46b53c706161a5511b3a3bcc3 (diff)
Core/DB: Fix AnimationData structure
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql b/sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql
new file mode 100644
index 00000000000..97d3c12fe03
--- /dev/null
+++ b/sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql
@@ -0,0 +1 @@
+ALTER TABLE `animation_data` CHANGE COLUMN `BehaviorID` `Fallback` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `ID`, CHANGE COLUMN `Fallback` `BehaviorID` INT(11) NOT NULL DEFAULT '0' AFTER `BehaviorTier`;