DB/Spell: use serverside spells for Pursuit of Justice

Fixes the mounted movement speed increase part of the talent. Closes #17511, closes #14262.
This commit is contained in:
SnapperRy
2016-07-04 21:49:05 +02:00
committed by GitHub
parent 5560c23d0a
commit 5800cd8248

5
2016_07_04_14_world.sql Normal file
View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (26022, 26023);
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(26022, 61417, 2, "Pursuit of Justice Mounted Movement Speed Increase"),
(26023, 61418, 2, "Pursuit of Justice Mounted Movement Speed Increase");