Core/DataStores: Fixed ItemSparse.db2 structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/c59937a835ced52c6b3b938c6442fd1093f82cf5)
This commit is contained in:
hondacrx
2021-10-16 17:23:00 -04:00
parent 5994c4e5fb
commit a9bdba8196
3 changed files with 6 additions and 4 deletions
@@ -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`;