aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-06-05 13:24:46 +0200
committerShauren <shauren.trinity@gmail.com>2021-06-05 13:24:46 +0200
commit2bfa576b30e2459efdec353b65a668fe02a6f82e (patch)
tree870fcac1d104e200f8944010baaa68f7ab3c8b03 /sql/updates/hotfixes/master
parent19990a966b7e9c0b3382509b01d9af47501547e1 (diff)
Core/DataStores: Fixed SpellLabelEntry structure
Diffstat (limited to 'sql/updates/hotfixes/master')
-rw-r--r--sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
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';