aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/hotfixes/master/2021_10_15_01_hotfixes.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2021_10_15_01_hotfixes.sql b/sql/updates/hotfixes/master/2021_10_15_01_hotfixes.sql
new file mode 100644
index 00000000000..2b402600ced
--- /dev/null
+++ b/sql/updates/hotfixes/master/2021_10_15_01_hotfixes.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `item_sparse` MODIFY `InstanceBound` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `TotemCategoryID`;
+ALTER TABLE `item_sparse` MODIFY `LimitCategory` int(11) NOT NULL DEFAULT '0' AFTER `DmgVariance`;