From 27ff4ebfd3c7cc60ceb4438797f23100b9f12f30 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 2 Jun 2025 22:16:30 +0200 Subject: Scripts/Spells: Fix Shockwave and implement Rumbling Earth talent (#31020) --- sql/updates/world/master/2025_06_02_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_06_02_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_06_02_01_world.sql b/sql/updates/world/master/2025_06_02_01_world.sql new file mode 100644 index 00000000000..8713319a098 --- /dev/null +++ b/sql/updates/world/master/2025_06_02_01_world.sql @@ -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'); -- cgit v1.2.3