aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-08-07 22:05:31 -0300
committerGitHub <noreply@github.com>2017-08-07 22:05:31 -0300
commit514cbea689820ec90f52d511f92c0c741ded6550 (patch)
tree3ea52dfbee06ee01f4074dffc4aea983ca778ce7
parent26b6422ded4c02c8f95fb8342e562474b4fa0cd4 (diff)
DB/Spells: Fixed Guarded by the Light proc with Judgements
Closes #19910
-rw-r--r--sql/updates/world/3.3.5/2017_08_07_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_07_01_world.sql b/sql/updates/world/3.3.5/2017_08_07_01_world.sql
new file mode 100644
index 00000000000..8d809a15532
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_08_07_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc` WHERE `SpellId`=-53583;
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(-53583,0,0,0,0,0,0,1,2,0,0,0,0,0,0);