diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-02-12 02:58:23 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-19 23:33:38 +0200 |
commit | 65172db4609ed8db55813589cf780d48afe44cd3 (patch) | |
tree | 8cbee9ffee34ff77882bb9a8649db1511deebbfd | |
parent | 6d79b329acd7ad1d81f1f508726f5fad78b70b0e (diff) |
DB/Quest: fix Territorial Trespass SmartScript to use proper target type (tag #20310)
(cherry picked from commit 92a8f652036d99b0b28407a879d956d554a1905a)
-rw-r--r-- | sql/updates/world/master/2021_06_19_20_world_2018_02_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_20_world_2018_02_12_00_world.sql b/sql/updates/world/master/2021_06_19_20_world_2018_02_12_00_world.sql new file mode 100644 index 00000000000..8349cbe23c2 --- /dev/null +++ b/sql/updates/world/master/2021_06_19_20_world_2018_02_12_00_world.sql @@ -0,0 +1,2 @@ +-- SAI target fix for Territorial Trespass (13051) +update `smart_scripts` set `target_type`=23 where (`source_type`=0 and `entryorguid`=30461 and `id`=2) or (`source_type`=9 and `entryorguid`=3046200 and `id` in (1,4)); |