diff options
author | Killyana <morphone1@gmail.com> | 2018-08-11 15:43:38 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-17 22:49:11 +0200 |
commit | e9665dda9f8e0c446c6a442ebe7278dbeabe1d7a (patch) | |
tree | a77eb270215139d6dd0963c520f4e78d2e2b50df | |
parent | 679a4f4eb75ba99e076996f4f3f7ac68851b2c73 (diff) |
DB/SAI: Fix 2 DB errors related to invoker
(cherry picked from commit e63ca1c402832e0e1fe81de29399fa8c327d9f4c)
-rw-r--r-- | sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql b/sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql new file mode 100644 index 00000000000..b088f356572 --- /dev/null +++ b/sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=24 WHERE `entryorguid` IN (25416,25418) AND `source_type`=0 AND `id` IN (4); |