mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
Scripts/Spells: Implement hunter pvp talent Aspect of the Fox
This commit is contained in:
4
sql/updates/world/master/2025_05_05_01_world.sql
Normal file
4
sql/updates/world/master/2025_05_05_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_aspect_of_the_fox';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(186257,'spell_hun_aspect_of_the_fox'),
|
||||
(186258,'spell_hun_aspect_of_the_fox');
|
||||
Reference in New Issue
Block a user