From 16d47a2c47b73525b6a2df464ffe0825a5a3e412 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 22 Aug 2014 22:28:40 -0400 Subject: [PATCH] Revert accident in 089360a3a5c71df7944a8521a07c2e83e6cda64d. Looks like it was meant for 7-10 instead of 4-10. --- utils/sql/git/required/2014_04_10_No_Target_With_Hotkey.sql | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/utils/sql/git/required/2014_04_10_No_Target_With_Hotkey.sql b/utils/sql/git/required/2014_04_10_No_Target_With_Hotkey.sql index 15ce809af..1ca4981f2 100644 --- a/utils/sql/git/required/2014_04_10_No_Target_With_Hotkey.sql +++ b/utils/sql/git/required/2014_04_10_No_Target_With_Hotkey.sql @@ -1,5 +1 @@ --- npc_types -ALTER TABLE `npc_types` ADD `ammo_idfile` varchar( 30 ) NOT NULL DEFAULT 'IT10' AFTER `d_meele_texture2`; -ALTER TABLE `npc_types` ADD `ranged_type` tinyint( 4 ) UNSIGNED NOT NULL DEFAULT '7' AFTER `sec_melee_type`; - - +ALTER TABLE `npc_types` ADD `no_target_hotkey` tinyint( 1 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `healscale`;