From e4ad17a6e4bd759bb36e073b901f9af443b86d6a Mon Sep 17 00:00:00 2001 From: dr-j Date: Fri, 19 Feb 2021 00:41:22 +0200 Subject: DB/SAI: Remove unneeded triggered cast flag Closes #26098 --- sql/updates/world/3.3.5/2021_02_18_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_18_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_02_18_02_world.sql b/sql/updates/world/3.3.5/2021_02_18_02_world.sql new file mode 100644 index 00000000000..5a648fcc419 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_18_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=31258 AND `source_type`=0 AND `id` IN (0,1,2,3); +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=31746 AND `source_type`=0 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=31262 AND `source_type`=0 AND `id`=0 AND `link`=0; -- cgit v1.2.3