mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Spells/Spells: Implement rogue talent Prey on the Weak (#29206)
This commit is contained in:
4
sql/updates/world/master/2023_08_26_03_world.sql
Normal file
4
sql/updates/world/master/2023_08_26_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user