diff options
author | offl <offl@users.noreply.github.com> | 2021-07-03 01:13:01 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-11 14:33:42 +0100 |
commit | 161bba72f092682b15f9adaff47a8a751796e66b (patch) | |
tree | f23c398c392aea70fc229f651e6ba433438d45e5 | |
parent | a1af06baaaea9f6b5c938bb2fe01cbbf96d5224b (diff) |
DB/SAI: Make Daggerspine Marauder say text to player
Closes #26645
(cherry picked from commit f157d16e2f39c00e571a01326fa47e3844e08af2)
-rw-r--r-- | sql/updates/world/master/2022_03_11_17_world_2021_07_03_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_17_world_2021_07_03_01_world.sql b/sql/updates/world/master/2022_03_11_17_world_2021_07_03_01_world.sql new file mode 100644 index 00000000000..2dffb233367 --- /dev/null +++ b/sql/updates/world/master/2022_03_11_17_world_2021_07_03_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param3` = 1, `target_type` = 21, `target_param1` = 100 WHERE `entryorguid` = 2775 AND `source_type` = 0 AND `id` = 0; |