From 67954a6991ad01c7453aee62b0962eccb43a9fed Mon Sep 17 00:00:00 2001 From: Grindelwald <137000133@qq.com> Date: Sun, 21 Nov 2021 03:52:11 +0800 Subject: Core/Spells: Add MaxAffectedTargets to Chains of Naberius(36146) (#27291) Closes #27289 (cherry picked from commit c3973ff577511773bb6bc94bd738b9014060e060) --- sql/updates/world/master/2022_03_22_04_world_2021_11_20_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_22_04_world_2021_11_20_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_22_04_world_2021_11_20_03_world.sql b/sql/updates/world/master/2022_03_22_04_world_2021_11_20_03_world.sql new file mode 100644 index 00000000000..d7157b9068e --- /dev/null +++ b/sql/updates/world/master/2022_03_22_04_world_2021_11_20_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=5 WHERE `id`=0 AND `entryorguid`=20483 AND `source_type`=0; -- cgit v1.2.3