mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 22:21:30 +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:
parent
2957f5084d
commit
2346b0f6ab
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user