diff options
| author | offl <offl@users.noreply.github.com> | 2020-08-08 02:24:13 +0300 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 18:57:57 +0100 | 
| commit | f16608d9866faf0920aed9d39fac80d610332a92 (patch) | |
| tree | 724303a998443ade5fa794897e68824500e77396 | |
| parent | bb64f441f7550fb63983590b462ff2e14bcab19f (diff) | |
DB/SAI: Change orientation to home position instead of calling evade to restore orientation
(cherry picked from commit a4ab8116c3f6ddc3b9d318ab95d548ab15994104)
| -rw-r--r-- | sql/updates/world/master/2022_01_26_19_world_2020_08_08_02_world.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
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;  | 
