aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyeriah <Nyeriah@users.noreply.github.com>2018-09-24 16:45:32 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-11 20:00:17 +0100
commiteb1897dc429d3bf0566a046f853cc33cc3c06523 (patch)
treefa70d2f5526385684789ca0e6918587cbae62f4d
parentb6e9b9a57c491a6ef4e4c484fcd9f35f45393d8f (diff)
DB/Spells/Procs: Battlegear of Eternal Justice, paladins AQ20 set
Closes #22503 (cherry picked from commit 99f6d0f79d39e6c743327620b06ce402856e0071)
-rw-r--r--sql/updates/world/master/2021_11_11_09_world_2018_09_24_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_09_world_2018_09_24_01_world.sql b/sql/updates/world/master/2021_11_11_09_world_2018_09_24_01_world.sql
new file mode 100644
index 00000000000..e1bca108e37
--- /dev/null
+++ b/sql/updates/world/master/2021_11_11_09_world_2018_09_24_01_world.sql
@@ -0,0 +1,6 @@
+-- Battlegear of Eternal Justice
+UPDATE `spell_proc` SET `ProcFlags` = `ProcFlags` |16 WHERE `SpellId` = 26135;
+-- judgement set bonus
+DELETE FROM `spell_proc` WHERE `SpellId` = 23591;
+INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
+(23591, 0, 10, 8388608, 0, 0, 16, 0, 2, 0, 2, 0, 0, 0, 0);