Fix SQL for NPC Spells. (#1265)

* Fix SQL for NPC Spells.

* Update 2021_02_15_npc_spell_entries_unsigned.sql
This commit is contained in:
Alex 2021-02-23 21:32:06 -05:00 committed by GitHub
parent 2957f5084d
commit 2346b0f6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
ALTER TABLE `npc_spell_entries` MODIFY `spellid` UNSIGNED SMALLINT(5) NOT NULL DEFAULT 0;
ALTER TABLE `npc_spells_entries` MODIFY `spellid` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0;