mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-14 11:52:25 +00:00
fix
This commit is contained in:
parent
d64f762277
commit
391b6ed515
@ -1,6 +1,6 @@
|
||||
-- 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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user