diff options
author | offl <offl@users.noreply.github.com> | 2022-02-16 02:25:14 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-26 14:30:35 +0100 |
commit | c9f49b64efc73b1f932afc07463e8e936af1d375 (patch) | |
tree | f276efc000362b68089d4d99f3318f4d3f1679db | |
parent | 4a3d1b1961e424c0d9441939599a41a0651df05a (diff) |
DB/SAI: Remove conditions for Basic Orders quest script (handled in spells)
(cherry picked from commit 53612152b9eff48dd76faa4e23562c15633c0402)
-rw-r--r-- | sql/updates/world/master/2022_03_26_11_world_2022_02_16_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_26_11_world_2022_02_16_00_world.sql b/sql/updates/world/master/2022_03_26_11_world_2022_02_16_00_world.sql new file mode 100644 index 00000000000..eb4333a71c9 --- /dev/null +++ b/sql/updates/world/master/2022_03_26_11_world_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; |