diff --git a/utils/sql/git/required/2021_02_15_npc_spell_entries_unsigned.sql b/utils/sql/git/required/2021_02_15_npc_spell_entries_unsigned.sql index 1022c8708..cc03b8daa 100644 --- a/utils/sql/git/required/2021_02_15_npc_spell_entries_unsigned.sql +++ b/utils/sql/git/required/2021_02_15_npc_spell_entries_unsigned.sql @@ -1 +1 @@ -ALTER TABLE `npc_spell_entries` MODIFY `spellid` UNSIGNED SMALLINT(5) NOT NULL DEFAULT 0; \ No newline at end of file +ALTER TABLE `npc_spells_entries` MODIFY `spellid` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0;