From a290fe1c1417bfbeada8530bd172c74884bfaa1c Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 22 Apr 2019 21:00:05 +0200 Subject: DB/Quest: Fix text and orientation target for the quest Cleansing Drak'Tharon (cherry picked from commit 1df7dacd9dda80160991c6a6d8e23a986f842576) --- sql/updates/world/master/2021_12_01_03_world_2019_04_21_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_12_01_03_world_2019_04_21_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_01_03_world_2019_04_21_03_world.sql b/sql/updates/world/master/2021_12_01_03_world_2019_04_21_03_world.sql new file mode 100644 index 00000000000..a7958b02e0a --- /dev/null +++ b/sql/updates/world/master/2021_12_01_03_world_2019_04_21_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=2849800 AND `source_type`=9 AND `action_type`=1; +UPDATE `smart_scripts` SET `target_type`=23, `target_o`=0 WHERE `entryorguid`=2801600 AND `source_type`=9 AND `id`=19; -- cgit v1.2.3