mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Scripts/Spells: Add proc check for Keep Your Feet on the Ground (Mountain Thane warrior talent) (#31691)
This commit is contained in:
5
sql/updates/world/master/2026_03_04_01_world.sql
Normal file
5
sql/updates/world/master/2026_03_04_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user