Core/DataStores: Fixed SpellLabelEntry structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/2bfa576b30e2459efdec353b65a668fe02a6f82e)
This commit is contained in:
hondacrx
2021-06-05 19:59:49 -04:00
parent 134b0e3287
commit bebc93f82d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ namespace Game.DataStorage
{
public uint Id;
public uint LabelID;
public int SpellID;
public uint SpellID;
}
public sealed class SpellLearnSpellRecord
@@ -0,0 +1 @@
ALTER TABLE `spell_label` MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0';