aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2012-04-23 17:14:12 -0700
committerShocker <shocker@freakz.ro>2012-04-23 17:14:12 -0700
commit70f93a63a21b9901963b29b5d1bec3aacca611f0 (patch)
tree27c6a4b3cd92a6853968ae4f7775097a82ce60a3 /sql
parentef64e8d35a004402add1c3050c2102cc90e1396c (diff)
parentccda7c8a408e6800a161162fa5c4014265a1125e (diff)
Merge pull request #6304 from Vincent-Michael/shaman
Core/Spells: Fix Earthen Power Closes #4795
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_04_22_01_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_22_01_world_spell_script_names.sql b/sql/updates/world/2012_04_22_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..bd4becdc3f4
--- /dev/null
+++ b/sql/updates/world/2012_04_22_01_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=59566;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(59566,'spell_sha_earthen_power');