diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-01 17:22:03 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-01 17:22:03 +0200 |
| commit | a71341bbcf60b1f1bd7d4d23f479960ba1f548c0 (patch) | |
| tree | 6f7bcc2e1788f4c615ab9a8c728d031c830c7327 /sql | |
| parent | d50eafad6d213437c60fce2009e6485b3024ec10 (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.sql | 5 |
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'); |
