diff options
| author | faq <ainarsh@gmail.com> | 2012-09-24 18:05:00 +0300 |
|---|---|---|
| committer | faq <ainarsh@gmail.com> | 2012-09-24 18:18:30 +0300 |
| commit | da4067cb30f3bf45f1456dd1411cf9f4c1df8c5c (patch) | |
| tree | fc309de3b44b2463658c9d221a9b52e2687079ca /sql | |
| parent | a4e3709dd3a1554ca01544bac365aea1629d7ed5 (diff) | |
Implementing split dmg cap to Divine Sacrifice. Author Tibbi
+correcting previos sql
Closes #6024
Diffstat (limited to 'sql')
3 files changed, 6 insertions, 3 deletions
diff --git a/sql/updates/world/2012_09_18_02_world_spell_script_names.sql b/sql/updates/world/2012_09_18_02_world_spell_script_names.sql deleted file mode 100644 index 00734753691..00000000000 --- a/sql/updates/world/2012_09_18_02_world_spell_script_names.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM spell_script_names WHERE spell_id = 6940; -INSERT INTO spell_script_names (spell_id, ScriptName) VALUES -(6940, 'spell_pal_hand_of_sacrifice'); diff --git a/sql/updates/world/2012_09_24_00_world_spell_script_names.sql b/sql/updates/world/2012_09_24_00_world_spell_script_names.sql new file mode 100644 index 00000000000..611325d4b11 --- /dev/null +++ b/sql/updates/world/2012_09_24_00_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=6940; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(6940, 'spell_pal_hand_of_sacrifice'); diff --git a/sql/updates/world/2012_09_24_01_world_spell_script_names.sql b/sql/updates/world/2012_09_24_01_world_spell_script_names.sql new file mode 100644 index 00000000000..e14b6833a09 --- /dev/null +++ b/sql/updates/world/2012_09_24_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=64205; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(64205, 'spell_pal_divine_sacrifice'); |
