aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-06-09 00:14:55 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2012-06-13 22:26:35 +0200
commit62c64920f17dc08834098c383a8a8ba7044e4c8d (patch)
treebbdd115d01656e571a86308f9105492d19275b26 /sql/updates
parent8e8bf5c67d346e61ce81b971043e56a01ac2ed6c (diff)
Core/Spells: Fix Empowered Renew calculation
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2012_06_09_00_world_spell_bonus_data.sql3
-rw-r--r--sql/updates/world/2012_06_09_00_world_spell_script_names.sql3
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_09_00_world_spell_bonus_data.sql b/sql/updates/world/2012_06_09_00_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..aa9c1b732c4
--- /dev/null
+++ b/sql/updates/world/2012_06_09_00_world_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=63544;
+INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
+(63544,0,0,0,0,'Priest - Empowered Renew');
diff --git a/sql/updates/world/2012_06_09_00_world_spell_script_names.sql b/sql/updates/world/2012_06_09_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..a9faa529143
--- /dev/null
+++ b/sql/updates/world/2012_06_09_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=-139;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(-139,'spell_priest_renew');