aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGrindelwald <137000133@qq.com>2021-11-21 03:52:11 +0800
committerShauren <shauren.trinity@gmail.com>2022-03-22 23:18:01 +0100
commit67954a6991ad01c7453aee62b0962eccb43a9fed (patch)
treecc567ff8b980ec2c483cb3d967d33671e216c52d /sql
parent5eac5ee2dbee289acbde48506b04ef35a0b1d5b2 (diff)
Core/Spells: Add MaxAffectedTargets to Chains of Naberius(36146) (#27291)
Closes #27289 (cherry picked from commit c3973ff577511773bb6bc94bd738b9014060e060)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_22_04_world_2021_11_20_03_world.sql2
1 files changed, 2 insertions, 0 deletions
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;