From 53612152b9eff48dd76faa4e23562c15633c0402 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 16 Feb 2022 02:25:14 +0200 Subject: DB/SAI: Remove conditions for Basic Orders quest script (handled in spells) --- sql/updates/world/3.3.5/2022_02_16_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_02_16_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_02_16_00_world.sql b/sql/updates/world/3.3.5/2022_02_16_00_world.sql new file mode 100644 index 00000000000..eb4333a71c9 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_16_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_param2` = 0 WHERE `entryorguid` = 39368 AND `source_type` = 0 AND `action_type` = 11; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 39368 AND `SourceId` = 0; -- cgit v1.2.3