aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-25 14:30:43 +0200
committerGitHub <noreply@github.com>2025-05-25 14:30:43 +0200
commitc9101337f6bc32bf6b21d72280aba4a4ac29453c (patch)
tree2506e8669442b34e5eec26be2c137814bd15081d /sql/updates
parent1c360b8e11a1fb5c165558704407bed3778f104e (diff)
Scripts/Spells: Implement rogue talent Shot in the dark (#30979)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_05_25_00_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_25_00_world.sql b/sql/updates/world/master/2025_05_25_00_world.sql
new file mode 100644
index 00000000000..cb87437eec5
--- /dev/null
+++ b/sql/updates/world/master/2025_05_25_00_world.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_rog_shot_in_the_dark', 'spell_rog_shot_in_the_dark_buff');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(1784, 'spell_rog_shot_in_the_dark'),
+(185313, 'spell_rog_shot_in_the_dark'),
+(185422, 'spell_rog_shot_in_the_dark_buff'),
+(158185, 'spell_rog_shot_in_the_dark_buff');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (257506);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(257506,0x00,8,0x00000400,0x00000000,0x00000000,0x00000000,0x0,0x0,0x4,0x2,0x0,0x10,0x0,0,0,0,0); -- Shot in the Dark