From f4b30c5861050c66ca10a8634af3ddc09f98be5c Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Sun, 2 Mar 2014 17:36:18 -0500 Subject: [PATCH] Fix for SQL --- utils/sql/git/required/2014_02_02_SpellCriticalsAA.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/sql/git/required/2014_02_02_SpellCriticalsAA.sql b/utils/sql/git/required/2014_02_02_SpellCriticalsAA.sql index aa83e8ebc..33244febc 100644 --- a/utils/sql/git/required/2014_02_02_SpellCriticalsAA.sql +++ b/utils/sql/git/required/2014_02_02_SpellCriticalsAA.sql @@ -7,8 +7,8 @@ REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES UPDATE aa_effects SET base2 = 100 WHERE effectid = 294 AND base2 = 0; -- Consumption of Soul (Need live values - These are what had hard coded, but using spell effect) -REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('589', '1', '303', '200', '0'); -REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('589', '2', '139', '2766', '0'); +REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('559', '1', '303', '200', '0'); +REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('559', '2', '139', '2766', '0'); REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('560', '1', '303', '400', '0'); REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('560', '2', '139', '2766', '0'); REPLACE INTO `aa_effects` (`aaid`, `slot`, `effectid`, `base1`, `base2`) VALUES ('561', '1', '303', '600', '0');