diff options
| author | Grindelwald <137000133@qq.com> | 2021-11-21 03:52:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 21:52:11 +0200 |
| commit | c3973ff577511773bb6bc94bd738b9014060e060 (patch) | |
| tree | 4e7940ae3a66b64c191144959a06a1637de1d248 /sql | |
| parent | 44a6d393d7969adf3357ea74c61561c60c6c5a31 (diff) | |
Core/Spells: Add MaxAffectedTargets to Chains of Naberius(36146) (#27291)
Closes #27289
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_11_20_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_11_20_03_world.sql b/sql/updates/world/3.3.5/2021_11_20_03_world.sql new file mode 100644 index 00000000000..d7157b9068e --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
