aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-06-08 20:06:41 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-06-08 20:06:41 +0200
commit9505607d957ad4c74528ab1b37aa9a47bac6a518 (patch)
treee863a1ede191781606cd3097c3b6d947997bfe47 /sql/updates
parente1483329e0dd1abb3159aec8d22129d29672ff44 (diff)
Scripts/Spells: Proper target selection for 62775 - with thanks to Kaelima
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_08_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_08_00_world_spell_script_names.sql b/sql/updates/world/2011_06_08_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..76ea8478109
--- /dev/null
+++ b/sql/updates/world/2011_06_08_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=62775;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(62775, 'spell_xt002_tympanic_tantrum');