diff options
-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; |