From e7448794057733f04d79319882323b7cebb36c6c Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Thu, 21 Aug 2025 23:13:51 +0200 Subject: Scripts/Spells: Implement dh talent Critical Chaos (#30752) --- sql/updates/world/master/2025_08_21_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_08_21_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_08_21_00_world.sql b/sql/updates/world/master/2025_08_21_00_world.sql new file mode 100644 index 00000000000..73eb6e20289 --- /dev/null +++ b/sql/updates/world/master/2025_08_21_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_critical_chaos'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(320413,'spell_dh_critical_chaos'); -- cgit v1.2.3