aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincent-michael@trinitycore.contrib>2012-02-18 16:00:40 +0000
committerNay <dnpd.dd@gmail.com>2012-02-18 16:01:15 +0000
commit20dd5078829d237fac4c00fc2b2d44efe0c74406 (patch)
tree77452830bc71741c5c9a633d3ccb83e7deff4bc2
parent5411e1ce522b5a6f0faf2575fb96157bedeb5454 (diff)
DB/Script Names: Fix some typos in spell_sha_healing_stream_totem
(c517806a23751dd92d6a064b7f721507f182bc75)
-rw-r--r--sql/updates/world/2012_02_18_04_world_spell_script_names.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_18_04_world_spell_script_names.sql b/sql/updates/world/2012_02_18_04_world_spell_script_names.sql
new file mode 100644
index 00000000000..8fa5bc55197
--- /dev/null
+++ b/sql/updates/world/2012_02_18_04_world_spell_script_names.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (52059,52060,52061);
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (58759,58760,58761);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(58759,'spell_sha_healing_stream_totem'),
+(58760,'spell_sha_healing_stream_totem'),
+(58761,'spell_sha_healing_stream_totem');