From f16608d9866faf0920aed9d39fac80d610332a92 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 8 Aug 2020 02:24:13 +0300 Subject: DB/SAI: Change orientation to home position instead of calling evade to restore orientation (cherry picked from commit a4ab8116c3f6ddc3b9d318ab95d548ab15994104) --- sql/updates/world/master/2022_01_26_19_world_2020_08_08_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_01_26_19_world_2020_08_08_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_26_19_world_2020_08_08_02_world.sql b/sql/updates/world/master/2022_01_26_19_world_2020_08_08_02_world.sql new file mode 100644 index 00000000000..ccdef830dab --- /dev/null +++ b/sql/updates/world/master/2022_01_26_19_world_2020_08_08_02_world.sql @@ -0,0 +1,3 @@ +-- Change orientation to home position instead of calling evade to restore orientation +UPDATE `smart_scripts` SET `action_type` = 66, `comment` = "Peppy Wrongnozzle - On Script - Set Orientation Home Position" WHERE `entryorguid` = 2428300 AND `source_type` = 9 AND `id` = 8; +UPDATE `smart_scripts` SET `action_type` = 66, `comment` = "Westguard Defender - On Script - Set Orientation Home Position" WHERE `entryorguid` = 2384200 AND `source_type` = 9 AND `id` = 4; -- cgit v1.2.3