diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-04-22 20:29:47 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-04-22 20:29:47 +0200 |
| commit | ccda7c8a408e6800a161162fa5c4014265a1125e (patch) | |
| tree | d9b0421d533b9cfa2563d5d8ee717dd5c28234c7 /sql | |
| parent | 408c78dcd7311588d7ceeb0f0e98d0831b500632 (diff) | |
Core/Shaman: Fix Earthen Power
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_04_22_01_world_spell_script_names.sql | 3 |
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'); |
