Scripts/Spells: Add proc check for Keep Your Feet on the Ground (Mountain Thane warrior talent) (#31691)

This commit is contained in:
Jeremy
2026-03-04 22:06:42 +01:00
committed by GitHub
parent 03c292f59f
commit 804d80a8e1
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (438590);
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_keep_your_feet_on_the_ground');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(438590, 'spell_warr_keep_your_feet_on_the_ground');