Scripts/Spells: Implement rogue talent Cloaked in Shadows (#30974)

This commit is contained in:
Aqua Deus
2025-05-25 16:54:56 +02:00
committed by GitHub
parent c9101337f6
commit 762122466c
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_rog_cloaked_in_shadows';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(1856, 'spell_rog_cloaked_in_shadows');