diff options
author | Killyana <morphone1@gmail.com> | 2019-04-22 21:00:05 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-02 00:39:16 +0100 |
commit | a290fe1c1417bfbeada8530bd172c74884bfaa1c (patch) | |
tree | e86812d1dff7569a89e7880ed0a2db4b1cc4daf7 | |
parent | e6424020a141b46020e0043feac4a949abe0ed0c (diff) |
DB/Quest: Fix text and orientation target for the quest Cleansing Drak'Tharon
(cherry picked from commit 1df7dacd9dda80160991c6a6d8e23a986f842576)
-rw-r--r-- | sql/updates/world/master/2021_12_01_03_world_2019_04_21_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |