Scripts/Spells: Fix Shockwave and implement Rumbling Earth talent (#31020)

This commit is contained in:
Jeremy
2025-06-02 22:16:30 +02:00
committed by GitHub
parent f9c9a28d4e
commit 27ff4ebfd3
2 changed files with 48 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_rumbling_earth';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(46968,'spell_warr_rumbling_earth');