diff options
| author | Killyana <morphone1@gmail.com> | 2019-04-22 21:00:05 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-04-22 21:00:05 +0200 |
| commit | 1df7dacd9dda80160991c6a6d8e23a986f842576 (patch) | |
| tree | b282424d829e356a577af342db7acefcdcf3190d | |
| parent | adbbd0eda1388e35521cdb4337379bb0c095e551 (diff) | |
DB/Quest: Fix text and orientation target for the quest Cleansing Drak'Tharon
| -rw-r--r-- | sql/updates/world/3.3.5/2019_04_21_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_21_03_world.sql b/sql/updates/world/3.3.5/2019_04_21_03_world.sql new file mode 100644 index 00000000000..a7958b02e0a --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
