mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
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:
5
2016_07_04_14_world.sql
Normal file
5
2016_07_04_14_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user