From 2bfa576b30e2459efdec353b65a668fe02a6f82e Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 5 Jun 2021 13:24:46 +0200 Subject: Core/DataStores: Fixed SpellLabelEntry structure --- sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql (limited to 'sql/updates') diff --git a/sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql b/sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql new file mode 100644 index 00000000000..01e5a7995c5 --- /dev/null +++ b/sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql @@ -0,0 +1 @@ +ALTER TABLE `spell_label` MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0'; -- cgit v1.2.3