Core/DataStores: Fixed SpellLabelEntry structure

This commit is contained in:
Shauren
2021-06-05 13:24:46 +02:00
parent 19990a966b
commit 2bfa576b30
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `spell_label` MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0';