diff options
| author | Killyana <morphone1@gmail.com> | 2018-08-11 14:29:09 +0200 | 
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-08-11 14:29:09 +0200 | 
| commit | ab1a3f4b253b42a63f0681bb1bbb245395ac98f2 (patch) | |
| tree | 8e70b00eccae9b0d26dafe7252b22a4b28b087f0 | |
| parent | 2ce57399c4bf442c68a1dd44e04380a67453077f (diff) | |
DB/SAI: Update some SAI targets
Closes #22250
| -rw-r--r-- | sql/updates/world/3.3.5/2018_08_11_01_world.sql | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/sql/updates/world/3.3.5/2018_08_11_01_world.sql b/sql/updates/world/3.3.5/2018_08_11_01_world.sql new file mode 100644 index 00000000000..6271ce59a9c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_11_01_world.sql @@ -0,0 +1,5 @@ +--  +UPDATE `smart_scripts` SET `target_type`=7 WHERE  `entryorguid` IN (25416, 25418) AND `source_type`=0 AND `id` IN (4);  +UPDATE `smart_scripts` SET `target_type`=7 WHERE  `entryorguid` IN (20749) AND `source_type`=0 AND `id` IN (1);  +UPDATE `smart_scripts` SET `target_type`=7 WHERE  `entryorguid` IN (27229) AND `source_type`=0 AND `id` IN (0);  +UPDATE `smart_scripts` SET `target_type`=7 WHERE  `entryorguid` IN (18955) AND `source_type`=0 AND `id` IN (1);  | 
