diff options
| author | Keader <keader.android@gmail.com> | 2021-02-28 17:22:29 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 17:22:29 -0300 |
| commit | 06c1f728baca8e584fee8a10cb9e793abc5475bf (patch) | |
| tree | fd14b29620056cde0df55365650e470dfdfd24a1 /sql | |
| parent | 97e41645d3dac259b53f2c82ed9eca3d71b1d7ee (diff) | |
Script/Ulduar: Fixed conflict with Random Aggro Periodic spell (#26184)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_02_28_00_world.sql | 3 |
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'); |
