diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-04 21:49:05 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-04 21:49:05 +0200 | 
| commit | 5800cd8248f3d447df7974352c86d125048afe1f (patch) | |
| tree | 0015ce117f64d98ad9c39ed0f48a79a85125b711 | |
| parent | 5560c23d0aae95e483d6b8686f613fab8080c3ba (diff) | |
DB/Spell: use serverside spells for Pursuit of Justice
Fixes the mounted movement speed increase part of the talent. Closes #17511, closes #14262.
| -rw-r--r-- | 2016_07_04_14_world.sql | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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"); | 
