mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Scripts/Spells: Implement hunter talent Scout's Instincts (#30841)
This commit is contained in:
4
sql/updates/world/master/2025_05_05_00_world.sql
Normal file
4
sql/updates/world/master/2025_05_05_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_scouts_instincts';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(186257,'spell_hun_scouts_instincts'),
|
||||
(186258,'spell_hun_scouts_instincts');
|
||||
Reference in New Issue
Block a user