From 190ebbbc6f3f9ce65ac5ae5dc0946bccf0e4f329 Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Thu, 15 Oct 2015 18:22:56 -0400 Subject: [PATCH] Optional but recommended SQL to update spells_new table fields. --- utils/sql/git/optional/2015_10_15_spells_new_update.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/sql/git/optional/2015_10_15_spells_new_update.sql diff --git a/utils/sql/git/optional/2015_10_15_spells_new_update.sql b/utils/sql/git/optional/2015_10_15_spells_new_update.sql new file mode 100644 index 000000000..23dc2abb1 --- /dev/null +++ b/utils/sql/git/optional/2015_10_15_spells_new_update.sql @@ -0,0 +1,7 @@ +ALTER TABLE `spells_new` CHANGE `field209` `no_resist` INT(11) NOT NULL DEFAULT '0'; +ALTER TABLE `spells_new` CHANGE `field232` `no_remove` INT(11) NOT NULL DEFAULT '0'; +ALTER TABLE `spells_new` CHANGE `maxtargets` `no_hd_item_mod` INT(11) NOT NULL DEFAULT '0'; +ALTER TABLE `spells_new` CHANGE `not_extendable` `not_focusable` INT(11) NOT NULL DEFAULT '0'; +ALTER TABLE `spells_new` CHANGE `field217` `override_crit` INT(11) NOT NULL DEFAULT '0'; + +