Spells/Spells: Implement rogue talent Prey on the Weak (#29206)

This commit is contained in:
Aqua Deus
2023-08-26 21:04:36 +02:00
committed by GitHub
parent 772ba03939
commit 4118d0bbd8
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_prey_on_the_weak';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(408, 'spell_rog_prey_on_the_weak'),
(1833, 'spell_rog_prey_on_the_weak');