diff options
| author | offl <offl@users.noreply.github.com> | 2020-08-08 02:24:13 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-08-08 02:24:13 +0300 |
| commit | a4ab8116c3f6ddc3b9d318ab95d548ab15994104 (patch) | |
| tree | c03c96d008a81be1da287a8bf226e83f3f20c1eb | |
| parent | 6779a92cbae06d515097817890c7b35af15ffadf (diff) | |
DB/SAI: Change orientation to home position instead of calling evade to restore orientation
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_08_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_08_02_world.sql b/sql/updates/world/3.3.5/2020_08_08_02_world.sql new file mode 100644 index 00000000000..ccdef830dab --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
