aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-02-13 19:49:57 +0100
committerGitHub <noreply@github.com>2022-02-13 19:49:57 +0100
commit9d25f5681e487079ebad2b220382dcf73e72c56b (patch)
tree3cbf04b50334d3f6d2733cc0349b7dfbe97ee633
parent966430dc449f6ac259262cb996051dfd04a6e5fb (diff)
Core/Spells: Fix Presence of Mind proc (#27726)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
-rw-r--r--sql/updates/world/master/2022_02_13_01_world_mage_presence_of_mind.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_13_01_world_mage_presence_of_mind.sql b/sql/updates/world/master/2022_02_13_01_world_mage_presence_of_mind.sql
new file mode 100644
index 00000000000..60c5d653022
--- /dev/null
+++ b/sql/updates/world/master/2022_02_13_01_world_mage_presence_of_mind.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (205025);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(205025,0x00,3,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0,0,0,0); -- Presence of Mind