aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2021-02-28 17:22:29 -0300
committerGitHub <noreply@github.com>2021-02-28 17:22:29 -0300
commit06c1f728baca8e584fee8a10cb9e793abc5475bf (patch)
treefd14b29620056cde0df55365650e470dfdfd24a1 /sql/updates/world
parent97e41645d3dac259b53f2c82ed9eca3d71b1d7ee (diff)
Script/Ulduar: Fixed conflict with Random Aggro Periodic spell (#26184)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2021_02_28_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_28_00_world.sql b/sql/updates/world/3.3.5/2021_02_28_00_world.sql
new file mode 100644
index 00000000000..2553e66d5ac
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_02_28_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_auriaya_random_agro_periodic','spell_ulduar_random_aggro_periodic');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(61906,'spell_ulduar_random_aggro_periodic');