mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-30 23:47:16 +00:00
fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- TEST SQL --
|
-- TEST SQL --
|
||||||
|
|
||||||
ALTER TABLE `npc_types` ADD `npc_spells_effects` int( 11 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `npc_spells`;
|
ALTER TABLE `npc_types` ADD `npc_spells_effects_id` int( 11 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `npc_spells_id`;
|
||||||
|
|
||||||
SET FOREIGN_KEY_CHECKS=0;
|
SET FOREIGN_KEY_CHECKS=0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user