aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-10-15 21:32:36 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-15 21:32:36 +0200
commitc59937a835ced52c6b3b938c6442fd1093f82cf5 (patch)
tree4dad239c7aed29a7e3176b156e85f50a6710173e /sql
parentee61e1819dcf5c294252504f91b30d8d20970a6c (diff)
Core/DataStores: Fixed ItemSparse.db2 structure
Closes #27065
Diffstat (limited to 'sql')
-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`;