diff options
| author | offl <offl@users.noreply.github.com> | 2021-07-03 01:13:01 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-07-03 01:13:01 +0300 |
| commit | f157d16e2f39c00e571a01326fa47e3844e08af2 (patch) | |
| tree | 4860e8d1dc38ad1d9667871a9b18bd795ddec44b | |
| parent | f4fe95f0de634e6e699f85e92c4d37423f2db329 (diff) | |
DB/SAI: Make Daggerspine Marauder say text to player
Closes #26645
| -rw-r--r-- | sql/updates/world/3.3.5/2021_07_03_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_07_03_01_world.sql b/sql/updates/world/3.3.5/2021_07_03_01_world.sql new file mode 100644 index 00000000000..2dffb233367 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
