aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-04-22 20:29:47 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2012-04-22 20:29:47 +0200
commitccda7c8a408e6800a161162fa5c4014265a1125e (patch)
treed9b0421d533b9cfa2563d5d8ee717dd5c28234c7 /sql/updates
parent408c78dcd7311588d7ceeb0f0e98d0831b500632 (diff)
Core/Shaman: Fix Earthen Power
Diffstat (limited to 'sql/updates')
-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');