diff options
author | offl <offl@users.noreply.github.com> | 2022-02-16 02:25:14 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-02-16 02:25:14 +0200 |
commit | 53612152b9eff48dd76faa4e23562c15633c0402 (patch) | |
tree | 72ce19c61a0b5ca0f15680970ee3ef93c4614949 | |
parent | db1e6f2588cab21f5556a1f8dc0af7d348f1bb95 (diff) |
DB/SAI: Remove conditions for Basic Orders quest script (handled in spells)
-rw-r--r-- | sql/updates/world/3.3.5/2022_02_16_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |