mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user