From f157d16e2f39c00e571a01326fa47e3844e08af2 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 3 Jul 2021 01:13:01 +0300 Subject: DB/SAI: Make Daggerspine Marauder say text to player Closes #26645 --- sql/updates/world/3.3.5/2021_07_03_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_07_03_01_world.sql 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; -- cgit v1.2.3