diff options
| -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);  | 
