aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-09-22 11:55:59 +0200
committerOvahlord <dreadkiller@gmx.de>2024-09-22 11:55:59 +0200
commitc10a57318c9cd3b6c22f18384656f9a04ad2a06b (patch)
tree35cfdbfb5ec7627d556597582867308ce18d2801 /sql
parent46e26179c89c31d1190d066ea1890d9ef24dba9c (diff)
Scripts/Spells: fixed balance druid Eclipse mechanic
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2924_09_22_00_world.sql19
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2924_09_22_00_world.sql b/sql/updates/world/cata_classic/2924_09_22_00_world.sql
new file mode 100644
index 00000000000..4844e08c441
--- /dev/null
+++ b/sql/updates/world/cata_classic/2924_09_22_00_world.sql
@@ -0,0 +1,19 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_dru_wrath',
+'spell_dru_starfire',
+'spell_dru_starsurge',
+'spell_dru_eclipse_solar',
+'spell_dru_eclipse_lunar',
+'spell_dru_eclipse_mastery_driver_passive');
+
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(5176, 'spell_dru_wrath'),
+(2912, 'spell_dru_starfire'),
+(78674, 'spell_dru_starsurge'),
+(48517, 'spell_dru_eclipse_solar'),
+(48518, 'spell_dru_eclipse_lunar'),
+(79577, 'spell_dru_eclipse_mastery_driver_passive');
+
+DELETE FROM `spell_proc` WHERE `SpellId`= 79577;
+INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `SpellFamilyMask3`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
+(79577, 7, 0x1 | 0x4, 0x0, 0x2000000, 0x0, 0x1, 0x2);