From 5800cd8248f3d447df7974352c86d125048afe1f Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Mon, 4 Jul 2016 21:49:05 +0200 Subject: [PATCH] DB/Spell: use serverside spells for Pursuit of Justice Fixes the mounted movement speed increase part of the talent. Closes #17511, closes #14262. --- 2016_07_04_14_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2016_07_04_14_world.sql diff --git a/2016_07_04_14_world.sql b/2016_07_04_14_world.sql new file mode 100644 index 00000000000..d639b5eefe7 --- /dev/null +++ b/2016_07_04_14_world.sql @@ -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");