diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-06-05 13:24:46 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-06-05 13:24:46 +0200 |
| commit | 2bfa576b30e2459efdec353b65a668fe02a6f82e (patch) | |
| tree | 870fcac1d104e200f8944010baaa68f7ab3c8b03 /sql/updates | |
| parent | 19990a966b7e9c0b3382509b01d9af47501547e1 (diff) | |
Core/DataStores: Fixed SpellLabelEntry structure
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql | 1 |
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'; |
