aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-09-29 20:25:00 +0200
committerGitHub <noreply@github.com>2024-09-29 20:25:00 +0200
commitdb75f34239e86fc42a901200d24669f7d2550692 (patch)
tree02e3eede55c0ca5acb3c885da2d10cbed4842c1f /sql
parenteee5dfac1766db186a0e25120eeeabeb57a12951 (diff)
Scripts/Spells: Implement druid talent Nature's Grace (#30215)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_09_29_01_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_09_29_01_world.sql b/sql/updates/world/master/2024_09_29_01_world.sql
new file mode 100644
index 00000000000..ea2bf4bd21e
--- /dev/null
+++ b/sql/updates/world/master/2024_09_29_01_world.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_natures_grace_eclipse', 'spell_dru_natures_grace');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(48517, 'spell_dru_natures_grace_eclipse'),
+(48518, 'spell_dru_natures_grace_eclipse'),
+(450347, 'spell_dru_natures_grace');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (450346);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(450346,0x00,7,0x00000005,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x1,0x0,0x18,0x0,0,0,0,0); -- Dreamstate