From c2282ced0e97f16f19fd2f7b519b4da51a852544 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 13 Aug 2014 13:20:10 -0400 Subject: [PATCH] Some people were having issues with the other one [skip ci] --- utils/sql/git/required/2014_08_12_NPC_raid_targets.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/sql/git/required/2014_08_12_NPC_raid_targets.sql b/utils/sql/git/required/2014_08_12_NPC_raid_targets.sql index c045b18e3..a91a02815 100644 --- a/utils/sql/git/required/2014_08_12_NPC_raid_targets.sql +++ b/utils/sql/git/required/2014_08_12_NPC_raid_targets.sql @@ -1 +1 @@ -ALTER TABLE `npc_types` ADD `raid_target` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `fixed`; +ALTER TABLE `npc_types` ADD `raid_target` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `no_target_hotkey`;