aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2023-05-07 19:37:16 +0200
committerGitHub <noreply@github.com>2023-05-07 19:37:16 +0200
commit4fb5737e3dc55bfc79518ecb5ac37f41f937f270 (patch)
tree560a3110fcbe7833d814e58884003f69a31ad2f8 /sql
parent6ef501b278774b16d5c57bf7a463731480155609 (diff)
Scripts/Spells: Implement Painful Punishment (#28928)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_05_07_07_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_05_07_07_world.sql b/sql/updates/world/master/2023_05_07_07_world.sql
new file mode 100644
index 00000000000..755642c5719
--- /dev/null
+++ b/sql/updates/world/master/2023_05_07_07_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_painful_punishment';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(390686,'spell_pri_painful_punishment');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (390686);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(390686,0x00,6,0x00000000,0x00008000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0); -- Painful Punishment