Scripts/Spells: Implement Deft Experience warrior talent (#31060)

This commit is contained in:
Jeremy
2025-06-15 10:32:49 +02:00
committed by GitHub
parent fd043d611b
commit a946d35897
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_deft_experience';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(23881, 'spell_warr_deft_experience'),
(335096, 'spell_warr_deft_experience');