diff --git a/utils/sql/git/required/2014_08_18_spells_new_update.sql b/utils/sql/git/required/2014_08_18_spells_new_update.sql new file mode 100644 index 000000000..bda3a55a4 --- /dev/null +++ b/utils/sql/git/required/2014_08_18_spells_new_update.sql @@ -0,0 +1,2 @@ +ALTER TABLE `spells_new` CHANGE `field191` `viral_targets` INT(11) NOT NULL DEFAULT '0'; +ALTER TABLE `spells_new` CHANGE `field192` `viral_timer` INT(11) NOT NULL DEFAULT '0'; \ No newline at end of file