aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-01 17:22:03 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-01 17:22:03 +0200
commita71341bbcf60b1f1bd7d4d23f479960ba1f548c0 (patch)
tree6f7bcc2e1788f4c615ab9a8c728d031c830c7327 /sql
parentd50eafad6d213437c60fce2009e6485b3024ec10 (diff)
Core/Spells: Fix rogue talent "Overkill" (thx to @timh52280)
Close #10411
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_01_00_world_spell_script_names_434.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_01_00_world_spell_script_names_434.sql b/sql/updates/world/2013_08_01_00_world_spell_script_names_434.sql
new file mode 100644
index 00000000000..358b85e657b
--- /dev/null
+++ b/sql/updates/world/2013_08_01_00_world_spell_script_names_434.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (1784,58428);
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(1784,'spell_rog_stealth'),
+(58428,'spell_rog_overkill'),
+(31666,'spell_rog_master_of_subtlety');