Core/Spell: Fix Rogue Talent: Burst of Speed

Closes #16869 by P-Kito
This commit is contained in:
Aokromes
2016-06-15 12:31:36 +02:00
committed by GitHub
parent 6beae725ce
commit 8839369fc5

View File

@@ -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');