diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 12:31:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 12:31:36 +0200 |
commit | 8839369fc534d46816efd22ef0db3f8b9e5c8d44 (patch) | |
tree | a769a5f0b95bca4ee64b07b3d3e1aa73cca06824 /sql | |
parent | 6beae725ceaf5fdab5fc983ec6682ed2d531e94f (diff) |
Core/Spell: Fix Rogue Talent: Burst of Speed
Closes #16869 by P-Kito
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/6.x/2016_06_15_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_15_05_world.sql b/sql/updates/world/6.x/2016_06_15_05_world.sql new file mode 100644 index 00000000000..7e833b44ea8 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_15_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 108212; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(108212, 137681, 0, 'Burst of Speed - Rogue Talent'); |