aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2023-01-30 01:08:20 +0100
committerNaddley <NaddleyTC@gmail.com>2023-01-30 01:08:20 +0100
commit6175ca6c15556b1753a0fd07e189d4226555c5d9 (patch)
treeffe3d68a6d1ff16a9a131d38db654163d6d712ee
parentb4a05bf5ce9ba0ae163b04f8d9efa1b2db385f5b (diff)
DB/Monk: Added spellproc data for Transfer the Power
-rw-r--r--sql/updates/world/master/2023_01_30_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_30_02_world.sql b/sql/updates/world/master/2023_01_30_02_world.sql
new file mode 100644
index 00000000000..be3594bf5ff
--- /dev/null
+++ b/sql/updates/world/master/2023_01_30_02_world.sql
@@ -0,0 +1,4 @@
+-- Transfer the Power
+DELETE FROM `spell_proc` WHERE `SpellId` IN (195300);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(195300,0x00,53,0x00000010,0x00000080,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,100,0,0); -- Transfer the Power